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