mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 09:31:48 +00:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cp ./grub2-res.tar.gz /root/rpmbuild/SOURCES/grub2-res.tar.gz
|
||
|
rpmbuild -bb ./grub2-xcat.spec
|