summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Sovetkin2016-03-24 10:00:33 +0100
committerEugene Sovetkin2016-03-24 10:00:33 +0100
commitf575e60381ddcbaebf55ae3935d12cdcc189721f (patch)
tree9049a7d65e6aeb501104a2fed1b790ec3c46aed2
parentcc46d12e8263f9eeab4d9e6532a0b9e4d358bda3 (diff)
downloadaur-f575e60381ddcbaebf55ae3935d12cdcc189721f.tar.gz
removed license, since it is a duplicate...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3ff0bc9bb07..40f47f4b0fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 08:57:40 UTC 2016
+# Thu Mar 24 09:00:05 UTC 2016
pkgbase = shellinabox-git
pkgdesc = Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator
pkgver = r408.048cecd
diff --git a/PKGBUILD b/PKGBUILD
index ae1c86c52e19..ac828592e7a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,8 +35,6 @@ package() {
make DESTDIR="$pkgdir/" install
install -Dm655 "${srcdir}/shellinabox@.service" "${pkgdir}/usr/lib/systemd/system/shellinabox@.service"
-
- install -Dm644 GPL-2 "${pkgdir}/usr/share/licenses/${pkgname}/GPL-2"
}
# vim:set ts=2 sw=2 et: