You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/dvdshrink/files/dvdshrink-2.6.1_p10-fix-pat...

23 lines
793 B

--- a/usr/bin/dvdsfunctions
+++ b/usr/bin/dvdsfunctions
@@ -1933,7 +1933,7 @@
if ! ((`ps -C xdvdshrink.pl > /dev/null 2>&1`)); then GUI=1; fi
SAVEISO=0 # Save an ISO along with the burn(s)
- APPDIR=/usr/share/applications/dvdshrink
+ APPDIR=/usr/share/dvdshrink
}
# Build a minimal but usable XML file for 'dvdauthor'
--- a/usr/bin/xdvdshrink.pl
+++ b/usr/bin/xdvdshrink.pl
@@ -22,7 +22,7 @@
my $login = getlogin || getpwuid($<); # Userid of current user
my $homedir = "/home/" . $login; # Home dir of current user
-my $app_dir = "/usr/share/applications/dvdshrink";
+my $app_dir = "/usr/share/dvdshrink";
my $false = 0; # A 'false'
my $true = 1; # A 'true'
my $srunning = 0; # Is the bash script running