Hello,

Can you please apply the following patch to add one missing $ in the Makefile?

Happy holidays.

commit 2ff080327afc543b30025ec626b0a595c1b701a4
Author: Alexander Monakov <[email protected]>
Date:   Sun Dec 26 16:36:03 2010 +0300

    Fix more goof in the Makefile

diff --git a/Makefile b/Makefile
index 1540d5d..a2d8748 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ powertop: $(OBJS) $(HEADERS)
 install: powertop
        mkdir -p ${DESTDIR}${BINDIR}
        cp powertop ${DESTDIR}${BINDIR}
-       mkdir -p ${DESTDIR}{PREFIX}/var/cache/powertop
+       mkdir -p ${DESTDIR}${PREFIX}/var/cache/powertop
        @(cd po/ && env LOCALESDIR=$(LOCALESDIR) DESTDIR=$(DESTDIR) $(MAKE) $@)

_______________________________________________
Power mailing list
[email protected]
http://www.bughost.org/mailman/listinfo/power

Reply via email to