diff options
author | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
---|---|---|
committer | James Mills <prologic@daisy.(none)> | 2006-11-20 07:26:53 +1000 |
commit | 9e696ec09095446172c1455e1e5784dc540ddf51 (patch) | |
tree | 6a9f88478d5837a960f940fce7e5373a0fd5bd70 /qingy-themepack | |
parent | 9318e05d84e946541f81627a18e25c0deb891e34 (diff) | |
download | contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz |
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'qingy-themepack')
-rw-r--r-- | qingy-themepack/Pkgfile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/qingy-themepack/Pkgfile b/qingy-themepack/Pkgfile index 2e291a5dd..38d78c64f 100644 --- a/qingy-themepack/Pkgfile +++ b/qingy-themepack/Pkgfile @@ -1,8 +1,9 @@ -# Description: Theme pack for qingy. -# URL: http://qingy.sourceforge.net -# Maintainer: James Mills prologic at shortcircuit dot net dot au -# Packager: Johannes Winkelmann, jw@tks6.net -# Depends on: qingy +# Description: Theme pack for qingy. +# URL: http://qingy.sourceforge.net +# Maintainer: James Mills prologic at shortcircuit dot net dot au +# Packager: Johannes Winkelmann, jw@tks6.net +# +# Depends on: qingy name=qingy-themepack version=1.0 @@ -10,9 +11,9 @@ release=1 source=(http://dl.sourceforge.net/sourceforge/qingy/qingy_0.3_themepack_$version.tar.bz2) build() { - cd qingy_0.3_themepack_$version - mkdir -p $PKG/usr/share/qingy/themes - cp -r * $PKG/usr/share/qingy/themes - rm $PKG/usr/share/qingy/themes/README - chown -R root:root $PKG + cd qingy_0.3_themepack_$version + mkdir -p $PKG/usr/share/qingy/themes + cp -r * $PKG/usr/share/qingy/themes + rm $PKG/usr/share/qingy/themes/README + chown -R root:root $PKG } |