Skip to content

Commit c2c256a

Browse files
committed
sms-forwarder-next: fix makefile
1 parent cc0bb79 commit c2c256a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

application/sms_forwarder_next/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ define Package/$(PKG_NAME)/description
2424
- Custom Script
2525
endef
2626

27-
define Build/Prepare
28-
mkdir -p $(PKG_BUILD_DIR)
29-
$(CP) src/* $(PKG_BUILD_DIR)/
30-
endef
31-
32-
3327
define Package/$(PKG_NAME)/install
3428
$(INSTALL_DIR) $(1)/usr/bin
3529
$(INSTALL_BIN) ./files/sms_forwarder_next $(1)/usr/bin/

0 commit comments

Comments
 (0)