[projects/setup] Added shrc files to dist tarball.
baggins
baggins at pld-linux.org
Sun Feb 9 20:16:18 CET 2014
commit 177aae6d9d33445fa71109ad04126472e848eac4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Feb 9 20:13:49 2014 +0100
Added shrc files to dist tarball.
Makefile | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/Makefile b/Makefile
index 0af8ae5..efb1b7b 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,9 @@ dist: changelog clean
for file in $(ENV_FILES); do \
$(INSTALL) -m644 etc/env.d/$$file setup-$(VERSION)/etc/env.d; \
done
+ for file in $(SHRC_FILES); do \
+ $(INSTALL) -m644 etc/shrc.d/$$file setup-$(VERSION)/etc/shrc.d; \
+ done
tar -cvjf setup-$(VERSION).tar.bz2 setup-$(VERSION)
rm -rf setup-$(VERSION)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/setup.git/commitdiff/84c111d104ff6129825690bfb6160cb77825630e
More information about the pld-cvs-commit
mailing list