From 6a2c5e6c117e5a2ef8e0f4e42b7ecd9d6a014121 Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Fri, 14 Feb 2025 05:57:55 +0300 Subject: [PATCH] remove mkdir --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 ."