Explorar o código

Update 'PKGBUILD'

Nathaniel van Diepen %!s(int64=4) %!d(string=hai) anos
pai
achega
b8f947836d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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() {