Update Makefile

üst a1546319
install: install:
[ -d $(DESTDIR)/lib/initrd/ ] && rm -rf $(DESTDIR)/lib/initrd/ || true [ -d $(DESTDIR)/lib/initrd/ ] && rm -rf $(DESTDIR)/lib/initrd/ || true
mkdir -p $(DESTDIR)/lib/initrd/ mkdir -p $(DESTDIR)/bin
mkdir -p $(DESTDIR)/lib/initrd/locale
mkdir -p $(DESTDIR)/lib/initrd/locale/helpmsg mkdir -p $(DESTDIR)/lib/initrd/locale/helpmsg
cp -prfv src/* $(DESTDIR)/lib/initrd/ cp -prfv src/* $(DESTDIR)/lib/initrd/
cp -prfv locale/* $(DESTDIR)/lib/initrd/locale cp -prfv locale/* $(DESTDIR)/lib/initrd/locale
......
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