Diff of /trunk/installer-simple/Makefile
Parent Directory | Revision Log | Patch
revision 2351 by niro, Sat Jan 4 00:38:12 2014 UTC | revision 2447 by niro, Tue Jan 7 14:57:45 2014 UTC | |
---|---|---|
# | Line 4 VERSION = $(shell cat VERSION) | Line 4 VERSION = $(shell cat VERSION) |
4 | SYSTEMDUNITDIR = $(shell pkg-config --variable=systemdsystemunitdir systemd) | SYSTEMDUNITDIR = $(shell pkg-config --variable=systemdsystemunitdir systemd) |
5 | INSTALLER_TTY = tty1 | INSTALLER_TTY = tty1 |
6 | ||
7 | SYSCONFDIR = etc | SYSCONFDIR = /etc |
8 | PREFIX = /usr | PREFIX = /usr |
9 | LIBDIR = $(PREFIX)/lib/installer | LIBDIR = $(PREFIX)/lib/installer |
10 | BINDIR = $(PREFIX)/bin | BINDIR = $(PREFIX)/bin |
|