rpathsync / booty

Bootloader configuration python library used by Anaconda.

Clone this repository (size: 394.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/booty/
commit 519: 9afceaca4ad7
parent 518: 361925ec3b68
branch: default
tags: booty-20090205
remove bootman from make file (RPL-2964)
Elliot Peele
14 months ago

Changed (Δ33 bytes):

raw changeset »

Makefile (2 lines added, 2 lines removed)

Up to file-list Makefile:

@@ -4,7 +4,7 @@ RELEASE=$(shell awk '/Release:/ { print
4
4
CVSTAG=r$(subst .,_,$(VERSION)-$(RELEASE))
5
5
SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M")
6
6
7
PYFILES = $(wildcard *.py) $(wildcard bootman/*.py)
7
PYFILES = $(wildcard *.py)
8
8
PYTHONLIBDIR = /usr/lib/booty
9
9
SYSCONFIGDIR = /etc/sysconfig
10
10
@@ -34,7 +34,7 @@ install:
34
34
35
35
	mkdir -p $(DESTDIR)/$(PYTHONLIBDIR)
36
36
37
	cp -var $(wildcard *.py) bootman $(DESTDIR)/$(PYTHONLIBDIR)
37
	cp -var $(wildcard *.py) $(DESTDIR)/$(PYTHONLIBDIR)
38
38
	./py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
39
39
40
40
	mkdir -p $(DESTDIR)/$(SYSCONFIGDIR)