diff --git a/scripts/functions b/scripts/functions index 3c0538f31..74bbea473 100644 --- a/scripts/functions +++ b/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