diff options
author | Britney Fransen <brfransen@gmail.com> | 2010-06-23 23:53:55 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2010-06-23 23:53:55 (GMT) |
commit | 0bbe602039486101ea393e258c71f49a32454e54 (patch) | |
tree | da06c0f8980c16df00e52cf425fede34dbdcddf0 /abs/core-testing | |
parent | 2c8209bf248d4c68d60a189919db9c29d5eceae7 (diff) | |
download | linhes_pkgbuild-0bbe602039486101ea393e258c71f49a32454e54.zip linhes_pkgbuild-0bbe602039486101ea393e258c71f49a32454e54.tar.gz linhes_pkgbuild-0bbe602039486101ea393e258c71f49a32454e54.tar.bz2 |
xosd: add __changelog
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/xosd/__changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/abs/core-testing/xosd/__changelog b/abs/core-testing/xosd/__changelog new file mode 100644 index 0000000..33e7879 --- /dev/null +++ b/abs/core-testing/xosd/__changelog @@ -0,0 +1,7 @@ +Added: +backup=(etc/osd_cat.cfg) +osd_cat.cfg to source +build() { + mkdir -p $startdir/pkg/etc + cp -f $startdir/src/osd_cat.cfg $startdir/pkg/etc/osd_cat.cfg +} |