wok-stable annotate gnome-vfs-i18n/receipt @ rev 12425

Fix missing mkdir command
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 11:13:28 2013 +0100 (2013-12-21)
parents
children
rev   line source
al@12347 1 # SliTaz package receipt.
al@12347 2
al@12347 3 PACKAGE="gnome-vfs-i18n"
al@12347 4 VERSION="2.24.4"
al@12347 5 CATEGORY="development"
al@12347 6 SHORT_DESC="Language files for the GNOME Virtual File System libraries"
al@12347 7 MAINTAINER="al.bobylev@gmail.com"
al@12347 8 DEPENDS="gnome-vfs"
al@12347 9 WEB_SITE="http://www.gnome.org"
al@12347 10 WANTED="gnome-vfs"
al@12347 11
al@12347 12 # Rules to gen a SliTaz package suitable for Tazpkg.
al@12347 13 genpkg_rules()
al@12347 14 {
al@12347 15 mkdir -p $fs/usr/share/locale
al@12347 16 cp -a $_pkg/usr/share/locale/* $fs/usr/share/locale
al@12347 17 }