[arch-commits] Commit in haskell-pandoc-types (PKGBUILD)
Daniel Micay
thestinger at nymeria.archlinux.org
Fri Apr 5 10:12:53 UTC 2013
Date: Friday, April 5, 2013 @ 12:12:52
Author: thestinger
Revision: 87701
haskell-pandoc-types: fix license name
Modified:
haskell-pandoc-types/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-05 10:10:19 UTC (rev 87700)
+++ PKGBUILD 2013-04-05 10:12:52 UTC (rev 87701)
@@ -35,6 +35,6 @@
install -d -m755 "$pkgdir/usr/share/doc/ghc/html/libraries"
ln -s /usr/share/doc/$pkgname/html "$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
runhaskell Setup copy --destdir="$pkgdir"
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+ install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+ rm -f "$pkgdir/usr/share/doc/$pkgname/COPYING"
}
More information about the arch-commits
mailing list