Fixed version number (beta3), added dependency, removed usr/share/info/dir
This commit is contained in:
8
Makefile
8
Makefile
@@ -8,11 +8,11 @@
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
|
||||
DEPENDS = glibc,util-linux,xz,zfs,zlib
|
||||
DEPENDS = glibc,grep,util-linux,xz,zfs,zlib
|
||||
ARCH = x86_64
|
||||
URL = http://www.gnu.org/software/grub/
|
||||
DESC = GNU GRUB is a Multiboot boot loader.
|
||||
SNAPVER = sr1
|
||||
SNAPVER = sr0
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -44,6 +44,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure
|
||||
done
|
||||
@cd $(SRCDIR); \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sbindir=/sbin \
|
||||
--sysconfdir=/etc \
|
||||
--disable-grub-emu-usb \
|
||||
@@ -65,7 +66,8 @@ $(ROOT): $(SRCDIR)/grub-core
|
||||
mkdir -v $(ROOT); \
|
||||
fi
|
||||
|
||||
@cd $(SRCDIR) && make install DESTDIR=$(ROOT)
|
||||
@cd $(SRCDIR) && make install DESTDIR=$(ROOT) && \
|
||||
rm -v $(ROOT)/usr/share/info/dir
|
||||
|
||||
test: $(ROOT)
|
||||
@cd $(SRCDIR); \
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user