diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ install: $(tarball): $(DISTFILES) rm -rf $(P) mkdir -p $(P) - cp $(DISTFILES) $(P) + cp -a $(DISTFILES) $(P) $(TAR) -jcf $@ $(P) rm -rf $(P) |
![]() |
index : acf-alpine-conf | |
ACF module for alpine-conf | gitolite |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -30,7 +30,7 @@ install: $(tarball): $(DISTFILES) rm -rf $(P) mkdir -p $(P) - cp $(DISTFILES) $(P) + cp -a $(DISTFILES) $(P) $(TAR) -jcf $@ $(P) rm -rf $(P) |