summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dec4040343c6..98efe946aba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('gksu'
package=(
{
cd "$srcdir/$pkgname-$pkgver"
- cp * $pkgdir
+ cp -r * $pkgdir
})
source=($pkgname-$pkgver.tar.gz)
md5sums=('8297da64e39b566fc18282982c8c4db3')