Browse Source

guard desktop pkg_ modification for the case not original .conf is present

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1133 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
8b9149a022
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      target/desktop/pkg_sysfiles.conf
  2. +1
    -1
      target/desktop/pkg_sysklogd.conf

+ 1
- 1
target/desktop/pkg_sysfiles.conf

@ -1,6 +1,6 @@
# special adaptions for the desktop target
. $confdir/$pkg.conf
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
hook_add postinstall 9 "patch -u $root/etc/profile $targetdir/etc_profile.patch"

+ 1
- 1
target/desktop/pkg_sysklogd.conf

@ -1,6 +1,6 @@
# special adaptions for the desktop target
. $confdir/$pkg.conf
[ -e $confdir/$pkg.conf ] && . $confdir/$pkg.conf
postinstall="cat <<- EOT >> $root/etc/syslog.conf

Loading…
Cancel
Save