diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-05 04:00:14 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-05 04:00:14 +0000 |
commit | 4f7963b7ddc283ae57ceb68e7f4d51b3994e0070 (patch) | |
tree | 6ebcd67cfca9e9554f131b1ae746d9819f599294 /extra/qt-assistant-compat | |
parent | a78b434ff9cfdfb3d175c900ff622a561b84123f (diff) |
Wed Mar 5 03:57:00 UTC 2014
Diffstat (limited to 'extra/qt-assistant-compat')
-rw-r--r-- | extra/qt-assistant-compat/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/qt-assistant-compat/PKGBUILD b/extra/qt-assistant-compat/PKGBUILD index a189b314b..ba2a909e7 100644 --- a/extra/qt-assistant-compat/PKGBUILD +++ b/extra/qt-assistant-compat/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 179069 2013-03-02 22:41:59Z andrea $ +# $Id: PKGBUILD 206676 2014-03-04 17:57:45Z andrea $ # Maintainer: Ronald van Haren <ronald.archlinux.org> pkgname=qt-assistant-compat @@ -25,7 +25,7 @@ build() { qmake-qt4 CONFIG+=create_prl make - cd ../translations; lrelease assistant_adp_*.ts + cd ../translations; lrelease-qt4 assistant_adp_*.ts cd .. qmake-qt4 CONFIG+=create_prl make |