Kaydet (Commit) d3931651 authored tarafından sulincix's avatar sulincix

default install support changed

üst e218dccf
DESTDIR=/
all: clean build all: clean build
build: @buildmo@ build: @buildmo@
...@@ -19,5 +21,8 @@ buildmo: ...@@ -19,5 +21,8 @@ buildmo:
install: install:
cp -prfv build/* $(DESTDIR)/ cp -prfv build/* $(DESTDIR)/
uninstall:
rm -rf $(DESTDIR)/@prefix@/lib/live-installer
clean: clean:
rm -rf build rm -rf build
...@@ -17,7 +17,7 @@ helpmsg(){ ...@@ -17,7 +17,7 @@ helpmsg(){
echo " --help : Show this message" echo " --help : Show this message"
} }
#defaults #defaults
export prefix="/usr" export prefix="/usr/local"
export nsl=true export nsl=true
cp Makefile.in Makefile.ac cp Makefile.in Makefile.ac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment