aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-21 23:55:34 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-21 23:55:34 +0000
commitb9fbf593de0f7a9643c7f2bba491b66675daab6f (patch)
treec88619c102eb6eab5d000abfeded2e580479580c
parente6440c4f1663208b19faaf02283ed530adc33991 (diff)
From Andrew Feren - don't use what is presumably a GNU find-specific
option in the find command in mkpkg, to make it work with the Solaris find. svn path=/trunk/; revision=4594
-rw-r--r--AUTHORS1
-rwxr-xr-xpackaging/svr4/mkpkg2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 2d669c41c3..a0ab9b8c43 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -895,6 +895,7 @@ Shinsuke Suzuki <suz[AT]kame.net> {
Andrew C. Feren <aferen[AT]cetacean.com> {
Makefile fix
+ Solaris packaging fix
}
Tomas Kukosa <tomas.kukosa[AT]anfdata.cz> {
diff --git a/packaging/svr4/mkpkg b/packaging/svr4/mkpkg
index 06e8a40540..40e20eb94a 100755
--- a/packaging/svr4/mkpkg
+++ b/packaging/svr4/mkpkg
@@ -46,7 +46,7 @@ if [ ! -d $stagedir ] ; then
exit 1
fi
-find $stagedir/$prefix -mindepth 1 -print | \
+find $stagedir/$prefix/* -print | \
pkgproto $stagedir/$prefix=$prefix >> $prototype
# Make the package installation directory