summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Milette2017-09-12 12:59:16 -0400
committerCharles Milette2017-09-12 12:59:16 -0400
commitbf6046e6b00825944667e7d5520547ecc60a1462 (patch)
tree89a61a22d3757b17c3ebe3332538dff2d2868db2
parent83a4b51915dd72ff695781acda969ca985e9aa09 (diff)
downloadaur-bf6046e6b00825944667e7d5520547ecc60a1462.tar.gz
Remove duplication
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eca02f1b4d09..626af46f59fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,11 +23,10 @@ pkgver() {
}
prepare() {
- cp -a ${_pkgname}{,-solid}
- cd ${_pkgname}-solid
- patch -p1 -i ../orange-no-conflict.patch
cd ${_pkgname}
patch -p1 -i ../orange-no-conflict.patch
+ cd ../
+ cp -a ${_pkgname}{,-solid}
}
build() {