1
0
Pārlūkot izejas kodu

Update 'PKGBUILD'

Nathaniel van Diepen 4 gadi atpakaļ
vecāks
revīzija
b8f947836d
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      PKGBUILD

+ 2 - 0
PKGBUILD

@@ -13,6 +13,8 @@ depends=('wxgtk')
 license=('custom')
 prepare() {
 	cd "$srcdir/$pkgname";
+	git checkout -f;
+    git clean -f;
 	git apply ../$pkgname.patch
 }
 build() {