File installationpath.patch of Package cvstrac
Index: cvstrac-2.0.1/linux-gcc.mk =================================================================== --- cvstrac-2.0.1.orig/linux-gcc.mk +++ cvstrac-2.0.1/linux-gcc.mk @@ -2,7 +2,7 @@ # #### The toplevel directory of the source tree. # -SRCDIR = /home/drh/cvstrac/cvstrac +SRCDIR = @@SRC_DIR@@ #### C Compiler and options for use in building executables that # will run on the platform that is doing the build. @@ -28,7 +28,7 @@ LIBSQLITE = -lsqlite3 -lcrypt -lm #### Installation directory # -INSTALLDIR = /var/www/cgi-bin +INSTALLDIR = @@INSTALLATION_DIR@@ # You should not need to change anything below this line