Browse Source

fixed the install_xdm function to use the correct directory

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2096 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
fe0dbf857d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/functions

+ 1
- 1
scripts/functions

@ -420,7 +420,7 @@ register_application() {
register_xdm() {
[ -e /usr/share/rock-registry/xdm ] \
|| mkdir -p /usr/share/rock-registry/xdm
echo -e "name=\"$2\"\nexec=\"$3\"\n" > /usr/share/rock-registry/app/$1
echo -e "name=\"$2\"\nexec=\"$3\"\n" > /usr/share/rock-registry/xdm/$1
}
# Create Package Database for gasgui install tool

Loading…
Cancel
Save