summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2017-09-21 01:19:19 +0000
committerlevinit2017-09-21 01:19:19 +0000
commit5e9fccec4f29b4f4c1921518a1f8649521287074 (patch)
treea0fe4a408d161f2fbcc081ee99926e3ecd5cc581
parent698da5cfb93c47ea4950de39f726b872cf964909 (diff)
downloadaur-5e9fccec4f29b4f4c1921518a1f8649521287074.tar.gz
fix error
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a66d9b05b74..0076f84f3c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,6 @@ license=('GPL')
source=("https://dl.opendesktop.org/api/files/download/id/1502985503/ocsstore-2.2.0-1-x86_64.pkg.tar.xz")
md5sums=('SKIP')
-prepare(){
- rm ../ocsstore-2.2.0-1-x86_64.pkg.tar.xz
-}
-
package() {
cp -r $srcdir/usr $pkgdir
}