mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:12:40 +01:00
fortune-mod-cs-2.0.9-1
This commit is contained in:
parent
9b8a6b8a8d
commit
bf503a6e39
1 changed files with 4 additions and 4 deletions
8
PKGBUILD
8
PKGBUILD
|
|
@ -13,11 +13,11 @@ source=(http://ftp.phil.muni.cz/pub/local/fortune/fortune-cs-$pkgver.tar.bz2)
|
|||
md5sums=('0de253dc2670c7bf5670c7c820f5a90d')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/fortune-cs-$pkgver/src/cookies"
|
||||
install -d "${pkgdir}/usr/share/fortune/cs"
|
||||
install -m 644 * "${pkgdir}/usr/share/fortune/cs/"
|
||||
cd "${srcdir}"/fortune-cs-$pkgver/src/cookies
|
||||
install -d "${pkgdir}"/usr/share/fortune/cs
|
||||
install -m 644 * "${pkgdir}"/usr/share/fortune/cs/
|
||||
|
||||
cd "${pkgdir}/usr/share/fortune/cs"
|
||||
cd "${pkgdir}"/usr/share/fortune/cs
|
||||
for _file in *; do
|
||||
strfile -s $_file
|
||||
#ln -s $_file $_file.u8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue