1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Dist scripts...

- Add files to tarball as root/root
- Move redhat-init script to etc/redhat-el6 so it's included in dist tarball
This commit is contained in:
James Hillyerd
2012-11-05 09:33:27 -08:00
parent 12b8a079ac
commit 8361fa6b6e
2 changed files with 1 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ cp -r themes $distdir/themes
echo "Tarballing..."
tarball="$HOME/$distname.tbz2"
cd $tmpdir
tar cjvf $tarball $distname
tar --owner=root --group=root -cjvf $tarball $distname
echo "Cleaning up..."
if [ "$tmpdir" != "/" ]; then