diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 02:37:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 02:37:47 -0300 |
commit | 2dd054f5f9c93cb075d683ad5a3ab0c447c1ce0c (patch) | |
tree | d3d990a08810644e7bcfbf34c689efc60ed760dd | |
parent | 802a20bdc561d268a6e02bfd9ca36d8320ba7d80 (diff) | |
download | abslibre-2dd054f5f9c93cb075d683ad5a3ab0c447c1ce0c.tar.gz abslibre-2dd054f5f9c93cb075d683ad5a3ab0c447c1ce0c.tar.bz2 abslibre-2dd054f5f9c93cb075d683ad5a3ab0c447c1ce0c.zip |
linux-libre-lts-3.0.40-1: removing unnecessary sed command
-rw-r--r-- | libre/linux-libre-lts/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 84c57af13..739c5bb57 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -94,7 +94,6 @@ build() { -e "s|CONFIG_MIPS32_N32=.*|CONFIG_MIPS32_N32=y|g" \ -e "s|CONFIG_UEVENT_HELPER_PATH=.*|CONFIG_UEVENT_HELPER_PATH=\"\"|g" \ -e "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_localversionname}\"|g" \ - -e "s|CONFIG_LOCALVERSION_AUTO=.*|CONFIG_LOCALVERSION_AUTO=n|" \ -e "s;(CONFIG_USB(_COMMON|_EHCI_HCD|_OHCI_HCD|_STORAGE.*|_UAS)?)=.*;\1=y;g" \ ./.config else |