diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-16 11:04:52 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-08-16 11:04:52 -0300 |
commit | dcaf037ad0f00278bd982ac8b42abdb9ce29743c (patch) | |
tree | 5d49aca39873170f76952be83a9bdb290f2fb141 /libre/linux-libre | |
parent | d3a18c96784861f4671d9575d71cb96041bc4fab (diff) |
Fixed linux-libre mkinitcpio issue. Pulseaudio doesn't depend on lirc-utils
(lirc doesn't build)
Diffstat (limited to 'libre/linux-libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 651cb40e9..ff7ee2b79 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -53,6 +53,7 @@ build() { # ensure N32 sed -i "s|CONFIG_MIPS32_N32=.*|CONFIG_MIPS32_N32=y|g" ./.config + sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"-LIBRE\"|g" ./.config else cat "${srcdir}/config.${CARCH}" > ./.config # simpler fi |