summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThor K. H2016-07-03 00:33:00 +0200
committerThor K. H2016-07-03 00:33:00 +0200
commitf854f47a63e7f4f1ce447c8a0e2455f2e79f98bb (patch)
treea47c20556dde3c5165ca90e8554d6cead2eb9a86 /PKGBUILD
parenta961f53590481157ee433eebf8f5580c1d778e30 (diff)
downloadaur-f854f47a63e7f4f1ce447c8a0e2455f2e79f98bb.tar.gz
Fixed woops
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19811b909c69..140a827a115c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,8 +28,6 @@ sha256sums_x86_64=('c7e9090866e115486b56a2dc47f920be40354fe6680af0646f3355d9cd81
build() {
# Extract the tiny, tiny bit of license/usage information that exists
# in this piece of software distribution.
- ls
- ls $srcdir
sed -n '/By installing/,/ any way./p' README.txt > LICENSE
}