diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-09-03 13:21:09 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-09-03 13:21:09 +0000 |
commit | 4434666afec6d74bf3376783c7624cf4981127a2 (patch) | |
tree | 9b05b16eb72cbad5a2f12a863d81d86985dfece2 /licq | |
parent | c59207183f832b5406c77d1ba6b8913077c95417 (diff) | |
download | opt-4434666afec6d74bf3376783c7624cf4981127a2.tar.gz opt-4434666afec6d74bf3376783c7624cf4981127a2.tar.xz |
licq: adjust the version strings in the application to avoid false bug adjust the version strings in the application to avoid false bug adjust the version strings in the application to avoid false bug reports
Diffstat (limited to 'licq')
-rw-r--r-- | licq/Pkgfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/licq/Pkgfile b/licq/Pkgfile index ec8d34718..118aac6c3 100644 --- a/licq/Pkgfile +++ b/licq/Pkgfile @@ -6,11 +6,14 @@ name=licq version=1.3.4-RC1 -release=1 +release=2 source=(http://www.fanfic.org/~jon/licq-$version.tar.bz2) build () { cd $name-$version + sed -i -e "s|VERSION=1.3.2|VERSION=$version|g" configure + sed -i -e "s|VERSION=1.3.2|VERSION=$version|g" plugins/qt-gui/configure + sed -i -e "s|VERSION=1.3.2|VERSION=$version|g" plugins/msn/configure ./configure --prefix=/usr \ --disable-debug \ --disable-gpgme |