mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
more
This commit is contained in:
parent
2ff29bd381
commit
924a502e3d
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
tar="@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.xz"
|
||||
|
||||
tar -cvJf "$tar" --exclude=\*.git --exclude=\*.tar.xz --exclude=\*.o -C .. dosbox-x || exit 1
|
||||
tar -cvJf "$tar" --exclude=\*.git --exclude=\*.tar.xz --exclude=\*.a --exclude=\*.la --exclude=\*.Po --exclude=\*.o -C .. dosbox-x || exit 1
|
||||
cp -vf "$tar" ~/rpmbuild/SOURCES/ || exit 1
|
||||
rpmbuild -ba dosbox-x.spec || exit 1
|
||||
rm -v "$tar" || exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user