summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWhyme Lyu2018-03-25 20:30:09 +0800
committerWhyme Lyu2018-03-25 20:30:09 +0800
commit91fc56e6349dd8107fc63d918fda38e71015a99e (patch)
tree68a6b10927ec142b331f4bbc1409e513b498333b /PKGBUILD
parent4286f355483644fecac753a1877942e3cee289e7 (diff)
downloadaur-91fc56e6349dd8107fc63d918fda38e71015a99e.tar.gz
bbcp: remove inline sed, which is dead code
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23f039d81564..0302f515e109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ md5sums=('SKIP')
build() {
cd "$srcdir/$_pkgname/src"
- sed -i.bak -e 's/uname -i/uname -m/' Makefile
make
}