Fix typo in the Gentoo initscript.
[fbsplash.git] / themes / unpack.sh
blob06db7c21780888f44c6946ade10df4000b24b03d
1 #!/bin/bash
3 for i in repo/*.tar.bz2 ; do
4 echo "- $i"
5 tar jxf "$i" -C unpacked
6 dir=$(tar jtf "$i" | head -n1)
7 echo "$i" > "unpacked/$dir/.origin"
8 done