[Piuparts-commits] rev 49 - trunk
Ana Beatriz Guerrero López
ana at alioth.debian.org
Wed Jul 4 19:40:57 UTC 2007
Author: ana
Date: 2007-07-04 19:40:57 +0000 (Wed, 04 Jul 2007)
New Revision: 49
Modified:
trunk/Makefile
Log:
fix permissions of /usr/sbin/piuparts
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2007-07-04 19:21:51 UTC (rev 48)
+++ trunk/Makefile 2007-07-04 19:40:57 UTC (rev 49)
@@ -21,8 +21,8 @@
install: all
install -d $(sbindir)
echo $(version)
- sed 's/__PIUPARTS_VERSION__/$(version)/g' piuparts.py > $(sbindir)/piuparts
-# install piuparts.py $(sbindir)/piuparts
+ sed 's/__PIUPARTS_VERSION__/$(version)/g' piuparts.py > piuparts
+ install piuparts $(sbindir)/piuparts
install -d $(man1dir)
install -m 0644 piuparts.1 $(man1dir)
@@ -57,4 +57,4 @@
python unittests.py
clean:
- rm -rf piuparts.1
+ rm -rf piuparts.1 piuparts
More information about the Piuparts-commits
mailing list