diff --git a/Makefile b/Makefile index 1578e31..fa31d0d 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,6 @@ package: @echo 'Section: net' >> $(PKG_DIR)/control/control @echo 'Priority: optional' >> $(PKG_DIR)/control/control @echo 'Depends: libc, iptables, socat' >> $(PKG_DIR)/control/control - @mkdir -p $(PKG_DIR)/data/opt/usr/bin @cp -r ./opt $(PKG_DIR)/data/ @fakeroot sh -c "tar -C $(PKG_DIR)/control -czvf $(PKG_DIR)/control.tar.gz ." @fakeroot sh -c "tar -C $(PKG_DIR)/data -czvf $(PKG_DIR)/data.tar.gz ."