mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/libscrypt: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d1997b4641
commit
c961a9b522
@ -15,12 +15,12 @@ define LIBSCRYPT_BUILD_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define LIBSCRYPT_INSTALL_STAGING_CMDS
|
define LIBSCRYPT_INSTALL_STAGING_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \
|
||||||
DESTDIR=$(STAGING_DIR) install
|
DESTDIR=$(STAGING_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define LIBSCRYPT_INSTALL_TARGET_CMDS
|
define LIBSCRYPT_INSTALL_TARGET_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) PREFIX=/usr \
|
||||||
DESTDIR=$(TARGET_DIR) install
|
DESTDIR=$(TARGET_DIR) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user