[csw-devel] SF.net SVN: gar:[7276] csw/mgar/pkg/pkgutil/trunk
bonivart at users.sourceforge.net
bonivart at users.sourceforge.net
Fri Nov 13 17:27:16 CET 2009
Revision: 7276
http://gar.svn.sourceforge.net/gar/?rev=7276&view=rev
Author: bonivart
Date: 2009-11-13 16:27:16 +0000 (Fri, 13 Nov 2009)
Log Message:
-----------
pkgutil: 1.9 beta 2
Modified Paths:
--------------
csw/mgar/pkg/pkgutil/trunk/Makefile
csw/mgar/pkg/pkgutil/trunk/checksums
csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype
csw/mgar/pkg/pkgutil/trunk/files/i.cswpkgutil
csw/mgar/pkg/pkgutil/trunk/files/r.cswpkgutil
Modified: csw/mgar/pkg/pkgutil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/Makefile 2009-11-13 16:27:04 UTC (rev 7275)
+++ csw/mgar/pkg/pkgutil/trunk/Makefile 2009-11-13 16:27:16 UTC (rev 7276)
@@ -1,5 +1,5 @@
GARNAME = pkgutil
-GARVERSION = 1.9b1
+GARVERSION = 1.9b2
CATEGORIES = utils
DESCRIPTION = Installs Solaris packages easily
@@ -68,6 +68,7 @@
@pod2man --section=1 $(WORKSRC)/$(GARNAME) > $(DESTDIR)$(mandir)/man1/pkgutil.1
@pod2man --section=1 $(WORKSRC)/bldcat > $(DESTDIR)$(mandir)/man1/bldcat.1
@pod2man --section=1 $(WORKSRC)/chkcat > $(DESTDIR)$(mandir)/man1/chkcat.1
+ @chmod 444 $(DESTDIR)$(mandir)/man1/*
@ginstall -m 755 -d $(DESTDIR)/var/opt/csw/$(GARNAME)/packages
@ginstall $(WORKSRC)/admin $(DESTDIR)/var/opt/csw/$(GARNAME)/admin.CSW
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/pkgutil/trunk/checksums
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/checksums 2009-11-13 16:27:04 UTC (rev 7275)
+++ csw/mgar/pkg/pkgutil/trunk/checksums 2009-11-13 16:27:16 UTC (rev 7276)
@@ -1,5 +1,5 @@
a16c6f81bc537d6172fd65d8da1aeecc CSWpkgutil.gspec
-a9bd66f3cfaef5ec3df946363e80085f CSWpkgutil.prototype
-443c6cb0435cefc046629a3e68e7fe61 i.cswpkgutil
+b93ce519cebdc48350eb0e2a22214827 CSWpkgutil.prototype
+33f82561e1fcf3aaf22f66bac22afba1 i.cswpkgutil
15dcb525af077847f98ea51d1c6f4162 pkgutil-1.9b1.zip
-c8a3a8c4ed123f229dbd60cd4722fd03 r.cswpkgutil
+6d472d94ea850b600fd29aba7a6fc4b3 r.cswpkgutil
Modified: csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype 2009-11-13 16:27:04 UTC (rev 7275)
+++ csw/mgar/pkg/pkgutil/trunk/files/CSWpkgutil.prototype 2009-11-13 16:27:16 UTC (rev 7276)
@@ -15,11 +15,11 @@
d none /opt/csw/share 0755 root bin
d none /opt/csw/share/doc 0755 root bin
d none /opt/csw/share/doc/pkgutil 0755 root bin
-f none /opt/csw/share/doc/pkgutil/license 644 root bin
-f none /opt/csw/share/doc/pkgutil/readme 644 root bin
+f none /opt/csw/share/doc/pkgutil/license 444 root bin
+f none /opt/csw/share/doc/pkgutil/readme 444 root bin
d none /opt/csw/share/man 0755 root bin
d none /opt/csw/share/man/man1 0755 root bin
-f none /opt/csw/share/man/man1/pkgutil.1 644 root bin
+f none /opt/csw/share/man/man1/pkgutil.1 444 root bin
d none /var/opt/csw 0755 root bin
d none /var/opt/csw/pkgutil 0755 root bin
f cswpkgutil /var/opt/csw/pkgutil/admin.CSW 644 root bin
Modified: csw/mgar/pkg/pkgutil/trunk/files/i.cswpkgutil
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/files/i.cswpkgutil 2009-11-13 16:27:04 UTC (rev 7275)
+++ csw/mgar/pkg/pkgutil/trunk/files/i.cswpkgutil 2009-11-13 16:27:16 UTC (rev 7276)
@@ -4,7 +4,7 @@
do
cp $src $dest
conf=`echo $dest | sed 's/.CSW$//'`
- if [-f "$conf"]; then
+ if [ -f "$conf" ]; then
echo "$conf already exists, will not copy $dest to it."
else
cp $dest $conf
Modified: csw/mgar/pkg/pkgutil/trunk/files/r.cswpkgutil
===================================================================
--- csw/mgar/pkg/pkgutil/trunk/files/r.cswpkgutil 2009-11-13 16:27:04 UTC (rev 7275)
+++ csw/mgar/pkg/pkgutil/trunk/files/r.cswpkgutil 2009-11-13 16:27:16 UTC (rev 7276)
@@ -4,9 +4,9 @@
do
conf=`echo $dest | sed 's/.CSW$//'`
if [ "`cmp "$conf" "$dest" > /dev/null`" ]; then
- rm $conf
+ rm -f $conf
else
echo "$conf modified, will not remove it."
fi
- rm $dest
+ rm -f $dest
done
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list