From b9fbf593de0f7a9643c7f2bba491b66675daab6f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 21 Jan 2002 23:55:34 +0000 Subject: 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 --- packaging/svr4/mkpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging/svr4/mkpkg') 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 -- cgit v1.2.3