mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
more
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
tar="@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.xz"
|
tar="@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.xz"
|
||||||
|
|
||||||
tar -cvJf "$tar" --exclude=\*.git --exclude=\*.tar.gz --exclude=\*.o -C .. dosbox-x || exit 1
|
tar -cvJf "$tar" --exclude=\*.git --exclude=\*.tar.xz --exclude=\*.o -C .. dosbox-x || exit 1
|
||||||
cp -vf "$tar" ~/rpmbuild/SOURCES/ || exit 1
|
cp -vf "$tar" ~/rpmbuild/SOURCES/ || exit 1
|
||||||
rpmbuild -ba dosbox-x.spec || exit 1
|
rpmbuild -ba dosbox-x.spec || exit 1
|
||||||
rm -v "$tar" || exit 1
|
rm -v "$tar" || exit 1
|
||||||
|
Reference in New Issue
Block a user