Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
0ab18a9b23
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      scripts/functions

+ 8
- 0
scripts/functions

@ -753,6 +753,14 @@ build_this_package() {
$root/usr/share/applications/`basename $file`
done
if [ -f $confdir/postinstall.sh ] ; then
echo "Installing postinstall file $confdir/postinstall.sh"
mkdir -p $root/etc/postinstall
rock_substitute $confdir/postinstall.sh > \
$root/etc/postinstall/$pkg-postinstall.sh
fi
if [ "$createdocs" = 1 ]; then
echo "Trying to copy the default documentation ..."
[ -d $builddir/$xsrcdir ] && cd $builddir/$xsrcdir

Loading…
Cancel
Save