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

default install support changed

üst e218dccf
DESTDIR=/
all: clean build
build: @buildmo@
......@@ -19,5 +21,8 @@ buildmo:
install:
cp -prfv build/* $(DESTDIR)/
uninstall:
rm -rf $(DESTDIR)/@prefix@/lib/live-installer
clean:
rm -rf build
......@@ -17,7 +17,7 @@ helpmsg(){
echo " --help : Show this message"
}
#defaults
export prefix="/usr"
export prefix="/usr/local"
export nsl=true
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