diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-04 15:20:08 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-04 15:20:08 -0300 |
commit | b1b4a2cd9c761f70b64824b65e3e4dfdb4175cef (patch) | |
tree | d196f55c4beb7557d4697d72201dc5eb86958051 /extra | |
parent | cf45df51460b1f7c5063580c23a2a10f04bab964 (diff) |
generated libtool fails
Diffstat (limited to 'extra')
-rw-r--r-- | extra/clutter-gst/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/clutter-gst/PKGBUILD b/extra/clutter-gst/PKGBUILD index e968a14d7..e2cc2e5be 100644 --- a/extra/clutter-gst/PKGBUILD +++ b/extra/clutter-gst/PKGBUILD @@ -19,6 +19,8 @@ build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc + rm libtool + ln -s /usr/bin/libtool . make } |