Ver Fonte

Update 'PKGBUILD'

Nathaniel van Diepen há 4 anos atrás
pai
commit
b8f947836d
1 ficheiros alterados com 2 adições e 0 exclusões
  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() {