minecraft-save-seed-reader: Include CHANGELOG.txt and NOTICE.txt in the package.

This commit is contained in:
Frederik "Freso" S. Olesen 2012-10-03 16:14:15 +02:00
parent 10b8b349d9
commit c95469fb7c
2 changed files with 3 additions and 0 deletions

View file

@ -3,6 +3,7 @@
* 1.7.1-1 :
Version bump.
Save docs into proper place.
Also save CHANGELOG.txt and NOTICE.txt in the filesystem.
2011-12-01 Frederik "Freso" S. Olesen <freso.dk@gmail.com>

View file

@ -20,7 +20,9 @@ package() {
install -Dm755 "minecraft-save-seed-reader" "$pkgdir/usr/bin/minecraft-save-seed-reader"
install -Dm644 "MinecraftSeed.jar" "$pkgdir/usr/share/$pkgname/MinecraftSeed.jar"
install -Dm644 "README.txt" "$pkgdir/usr/share/doc/$pkgname/README.txt"
install -Dm644 "CHANGELOG.txt" "$pkgdir/usr/share/doc/$pkgname/CHANGELOG.txt"
install -Dm644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
install -Dm644 "NOTICE.txt" "$pkgdir/usr/share/licenses/$pkgname/NOTICE.txt"
}
# vim:set ts=2 sw=2 et: