Blame acpid-1.0.3-makefile.patch
|
cvsdist |
214c23 |
diff -u acpid-1.0.3/Makefile acpid-1.0.3/Makefile
|
|
cvsdist |
214c23 |
--- acpid-1.0.3/Makefile 2004-08-09 01:27:12.415763800 +0200
|
|
cvsdist |
214c23 |
+++ acpid-1.0.3/Makefile 2004-08-09 01:29:42.110006816 +0200
|
|
cvsdist |
214c23 |
@@ -21,7 +21,7 @@
|
|
cvsdist |
214c23 |
MAN8 = acpid.8 acpi_listen.8
|
|
cvsdist |
214c23 |
MAN8GZ = $(MAN8:.8=.8.gz)
|
|
cvsdist |
214c23 |
|
|
cvsdist |
214c23 |
-CFLAGS = -Wall -Werror -g $(DEFS)
|
|
cvsdist |
214c23 |
+CFLAGS = -Wall -Werror -g $(DEFS) $(RPM_OPT_FLAGS)
|
|
cvsdist |
214c23 |
DEFS = -DVERSION="\"$(VERSION)\""
|
|
cvsdist |
214c23 |
|
|
cvsdist |
214c23 |
all: $(PROGS)
|
|
cvsdist |
214c23 |
@@ -36,6 +36,7 @@
|
|
cvsdist |
214c23 |
install: $(PROGS) man
|
|
cvsdist |
214c23 |
mkdir -p $(SBINDIR)
|
|
cvsdist |
214c23 |
install -m 750 acpid $(SBINDIR)
|
|
cvsdist |
214c23 |
+ mkdir -p $(BINDIR)
|
|
cvsdist |
214c23 |
install -m 755 acpi_listen $(BINDIR)
|
|
cvsdist |
214c23 |
mkdir -p $(MAN8DIR)
|
|
cvsdist |
214c23 |
install -m 644 $(MAN8GZ) $(MAN8DIR)
|