]> git.pld-linux.org Git - packages/cdr.git/blame - cdr-fix-program-locations.patch
- cleanup
[packages/cdr.git] / cdr-fix-program-locations.patch
CommitLineData
65f501b5 1--- /home/users/hunter/tmp/down/cdr-3.0.0/cdr.pl Mon Dec 23 23:34:09 2002
2+++ cdr.pl Thu Mar 15 01:11:16 2001
3@@ -10,7 +10,7 @@
4 $VERSION = "3.0.0";
5
6 # the prefix for all of the binaries
7-$prefix = "/usr/local/lib/cdr"; # default binary prefix for cdr
8+$prefix = "/usr/bin"; # default binary prefix for cdr
9
10 # the ncurses thingie for the menus and stuff
11 $cdialog = $prefix . '/cdialog';
12
13--- rpm/BUILD/cdr-3.0.0/cdr.pl Tue Dec 24 00:04:45 2002
14+++ cdr.pl Tue Dec 24 00:11:08 2002
15@@ -13,7 +13,7 @@
16 $prefix = "/usr/bin"; # default binary prefix for cdr
17
18 # the ncurses thingie for the menus and stuff
19-$cdialog = $prefix . '/cdialog';
20+$cdialog = $prefix . '/dialog';
21
22 &init();
This page took 0.146637 seconds and 4 git commands to generate.