From a5e39c4dfeebb6c3320ecd635de4402a83d09aba Mon Sep 17 00:00:00 2001 From: immarvin Date: Thu, 6 Nov 2014 00:01:14 -0800 Subject: [PATCH] add packaging script for grub2-xcat Former-commit-id: ac9320bd1f23727d92e8e499dc9f649644366aa5 --- grub2-xcat/makerpm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 grub2-xcat/makerpm diff --git a/grub2-xcat/makerpm b/grub2-xcat/makerpm new file mode 100755 index 0000000..8ca6b2a --- /dev/null +++ b/grub2-xcat/makerpm @@ -0,0 +1,4 @@ +#!/bin/bash + +cp ./grub2-res.tar.gz /root/rpmbuild/SOURCES/grub2-res.tar.gz +rpmbuild -bb ./grub2-xcat.spec