diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 02:37:13 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-11 02:37:13 -0300 |
commit | 802a20bdc561d268a6e02bfd9ca36d8320ba7d80 (patch) | |
tree | 42bfe977a0286b1218bac462a84eebac07b4ce01 /libre | |
parent | bc79ea491fbaf82726954d1bb47096cff86d7c40 (diff) | |
download | abslibre-802a20bdc561d268a6e02bfd9ca36d8320ba7d80.tar.gz abslibre-802a20bdc561d268a6e02bfd9ca36d8320ba7d80.tar.bz2 abslibre-802a20bdc561d268a6e02bfd9ca36d8320ba7d80.zip |
linux-libre-3.5.1-1: removing unnecessary sed command
Diffstat (limited to 'libre')
-rw-r--r-- | libre/linux-libre/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index f9efa84dd..e91d827a0 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -87,7 +87,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 |