diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-16 13:01:44 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-12-16 13:01:44 +0000 |
| commit | f6c9394ef5ec986dcdc039f0740a0a973e7ab562 (patch) | |
| tree | adcb3598dd2969176efba9d94cca410f472b4a48 /testing/audacious-plugins | |
| parent | 941d72a7acff61e470f4e4b2bf37ef2271ce3252 (diff) | |
| download | aports-f6c9394ef5ec986dcdc039f0740a0a973e7ab562.tar.bz2 aports-f6c9394ef5ec986dcdc039f0740a0a973e7ab562.tar.xz | |
testing/libguess,audacious*: build fix workaround for bb bug
Diffstat (limited to 'testing/audacious-plugins')
| -rw-r--r-- | testing/audacious-plugins/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/audacious-plugins/APKBUILD b/testing/audacious-plugins/APKBUILD index 30817e149a..9183f6b183 100644 --- a/testing/audacious-plugins/APKBUILD +++ b/testing/audacious-plugins/APKBUILD @@ -46,6 +46,10 @@ prepare() { ;; esac done + + # workaround bug in busybox + sed -e "/touch/s/0001010000/200001010000/g" \ + -i configure } build() { |
