summaryrefslogtreecommitdiffstats
path: root/system/multibootusb/multibootusb.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/multibootusb/multibootusb.SlackBuild')
-rw-r--r--system/multibootusb/multibootusb.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/multibootusb/multibootusb.SlackBuild b/system/multibootusb/multibootusb.SlackBuild
index 1d2d20c92c..93515f10bf 100644
--- a/system/multibootusb/multibootusb.SlackBuild
+++ b/system/multibootusb/multibootusb.SlackBuild
@@ -21,9 +21,11 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Credits:
+# Thanks Azar Shafiei for her helps and great encouragement.
PRGNAM=multibootusb
-VERSION=${VERSION:-8.5.0}
+VERSION=${VERSION:-8.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \