]> git.pld-linux.org Git - packages/cdr.git/commitdiff
-huh, why use package's own dialog, cdparanoia, id3ed since we have them all ?
authorhunter <hunter@pld-linux.org>
Mon, 23 Dec 2002 23:19:32 +0000 (23:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdr-fix-program-locations.patch -> 1.1

cdr-fix-program-locations.patch [new file with mode: 0644]

diff --git a/cdr-fix-program-locations.patch b/cdr-fix-program-locations.patch
new file mode 100644 (file)
index 0000000..e467e98
--- /dev/null
@@ -0,0 +1,22 @@
+--- /home/users/hunter/tmp/down/cdr-3.0.0/cdr.pl       Mon Dec 23 23:34:09 2002
++++ cdr.pl     Thu Mar 15 01:11:16 2001
+@@ -10,7 +10,7 @@
+ $VERSION = "3.0.0";
+ # the prefix for all of the binaries
+-$prefix = "/usr/local/lib/cdr"; # default binary prefix for cdr
++$prefix = "/usr/bin"; # default binary prefix for cdr
+ # the ncurses thingie for the menus and stuff
+ $cdialog = $prefix . '/cdialog';
+
+--- rpm/BUILD/cdr-3.0.0/cdr.pl  Tue Dec 24 00:04:45 2002
++++ cdr.pl     Tue Dec 24 00:11:08 2002
+@@ -13,7 +13,7 @@
+ $prefix = "/usr/bin"; # default binary prefix for cdr
+ # the ncurses thingie for the menus and stuff
+-$cdialog = $prefix . '/cdialog';
++$cdialog = $prefix . '/dialog';
+ &init();
This page took 0.075212 seconds and 4 git commands to generate.