Skip to content
Snippets Groups Projects
Commit f52dc834 authored by Alexander Edland's avatar Alexander Edland Committed by Shiz ...
Browse files

testing/bchunk: remove pointless sed

parent 2bb31b57
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ package() { ...@@ -23,7 +23,6 @@ package() {
"$pkgdir/usr/bin" \ "$pkgdir/usr/bin" \
"$pkgdir/usr/share/man/man1" "$pkgdir/usr/share/man/man1"
sed -ri '/^(BIN|MAN)_DIR /d' Makefile
make -j1 \ make -j1 \
BIN_DIR="$pkgdir/usr/bin" \ BIN_DIR="$pkgdir/usr/bin" \
MAN_DIR="$pkgdir/usr/share/man" \ MAN_DIR="$pkgdir/usr/share/man" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment