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:
@@ -32,7 +32,7 @@ cp -r themes $distdir/themes
|
|||||||
echo "Tarballing..."
|
echo "Tarballing..."
|
||||||
tarball="$HOME/$distname.tbz2"
|
tarball="$HOME/$distname.tbz2"
|
||||||
cd $tmpdir
|
cd $tmpdir
|
||||||
tar cjvf $tarball $distname
|
tar --owner=root --group=root -cjvf $tarball $distname
|
||||||
|
|
||||||
echo "Cleaning up..."
|
echo "Cleaning up..."
|
||||||
if [ "$tmpdir" != "/" ]; then
|
if [ "$tmpdir" != "/" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user