summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35ccfcd07cdf..a385e04e89cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,7 @@ md5sums=('SKIP')
package() {
cd "$srcdir/$pkgname"
- sed "s/\.\/gdb_pince\/gdb-7\.11\.1\/bin\/gdb/\/usr\/bin\/gdb/g" libPINCE/type_defs.py > libPINCE/type_defs.py.new
- mv libPINCE/type_defs.py.new libPINCE/type_defs.py
+ sed -i "s/\.\/gdb_pince\/gdb-7\.11\.1\/bin\/gdb/\/usr\/bin\/gdb/g" libPINCE/type_defs.py
install -d "$pkgdir/usr/bin"
install -d "$pkgdir/usr/share/PINCE"
install PINCE.py "$pkgdir/usr/share/PINCE"