diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,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-snort | |
ACF module for snort | gitolite |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -28,7 +28,7 @@ install: $(tarball): $(DISTFILES) rm -rf $(P) mkdir -p $(P) - cp $(DISTFILES) $(P) + cp -a $(DISTFILES) $(P) $(TAR) -jcf $@ $(P) rm -rf $(P) |