diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-03-13 09:51:44 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-03-13 09:51:44 +0000 |
commit | b13ab02902cd96343a029b4d503abd6e1b501aa9 (patch) | |
tree | da41a3e7e3604b12306dfdd2fa9da767a4f68827 /dev-util/lincvs/files | |
parent | add arm keyword (diff) | |
download | historical-b13ab02902cd96343a029b4d503abd6e1b501aa9.tar.gz historical-b13ab02902cd96343a029b4d503abd6e1b501aa9.tar.bz2 historical-b13ab02902cd96343a029b4d503abd6e1b501aa9.zip |
fixed wrapper script; minor patch for typo in app.
Diffstat (limited to 'dev-util/lincvs/files')
-rw-r--r-- | dev-util/lincvs/files/digest-lincvs-1.1.2-r1 | 1 | ||||
-rw-r--r-- | dev-util/lincvs/files/lincvs-1.1.2-gentoo.diff | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-util/lincvs/files/digest-lincvs-1.1.2-r1 b/dev-util/lincvs/files/digest-lincvs-1.1.2-r1 new file mode 100644 index 000000000000..1fa1dfe4931e --- /dev/null +++ b/dev-util/lincvs/files/digest-lincvs-1.1.2-r1 @@ -0,0 +1 @@ +MD5 ef2df5fefc658de3abdd389eeaa40c79 lincvs-1.1.2-0-generic-src.tgz 432419 diff --git a/dev-util/lincvs/files/lincvs-1.1.2-gentoo.diff b/dev-util/lincvs/files/lincvs-1.1.2-gentoo.diff new file mode 100644 index 000000000000..31c6a94a3799 --- /dev/null +++ b/dev-util/lincvs/files/lincvs-1.1.2-gentoo.diff @@ -0,0 +1,30 @@ +--- LinCVS.orig/lincvs 2003-03-13 04:08:16.000000000 -0500 ++++ LinCVS/lincvs 2003-03-13 04:08:38.000000000 -0500 +@@ -1,9 +1,2 @@ + #!/bin/sh +- +-echo Adapt the absolute path to LinCVS/lincvs.bin +-echo and copy this startscript into a directory +-echo of your PATH! +- +-#exec "/absolute_path_to_LinCVS/AppRun" "$@" +-#for instance +-#exec "/usr/local/apps/LinCVS/AppRun" "$@" +\ No newline at end of file ++exec /usr/share/LinCVS/AppRun +diff -ur src.orig/cmainwindow.ui src/cmainwindow.ui +--- src.orig/cmainwindow.ui 2003-02-22 08:39:57.000000000 -0500 ++++ src/cmainwindow.ui 2003-03-13 04:34:40.000000000 -0500 +@@ -102,10 +102,10 @@ + <iconset></iconset> + </property> + <property name="text"> +- <string>&Add project to workbech...</string> ++ <string>&Add project to workbench...</string> + </property> + <property name="toolTip"> +- <string>Adds a new project to the workbech</string> ++ <string>Adds a new project to the workbench</string> + </property> + <property name="accel"> + <string>F2</string> |