diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-22 19:03:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:02:21 +0200 |
commit | c23eacaca36f531c1f608323bb18408032e56cb1 (patch) | |
tree | e171b2f567f62c446e8fdc4a16695c3bfc5c639d /PKGBUILD | |
parent | e1f42a70120a65678828bdc5312e7f87768571cb (diff) | |
download | pkgbuilds-c23eacaca36f531c1f608323bb18408032e56cb1.tar.xz |
did some shit, too lazy to split things up
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -29,7 +29,6 @@ prepare() { package() { cd clean make INSTALL_DIR="$pkgdir"/opt/clean - mkdir -p "$pkgdir"/usr/{bin,share/man/man1} ln -s /opt/clean/man/man1/clm.1.gz "$pkgdir"/usr/share/man/man1 install -Dm644 CleanLicenseConditions.txt "$pkgdir"/usr/share/licenses/clean/LICENSE |