fix PREFIX/prefix typo
authorPhil Blundell <philb@gnu.org>
Mon, 7 Jun 2004 07:54:47 +0000 (07:54 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 7 Jun 2004 07:54:47 +0000 (07:54 +0000)
BKrev: 40c41f47yMVqWCCqRbX94r1_C09wHQ

libschedule/libschedule_0.13.oe

index fc7c656..e368ed1 100644 (file)
@@ -1,3 +1,4 @@
+PR = "r1"
 DESCRIPTION = "RTC alarm handling library for GPE"
 SECTION = "gpe/libs"
 PRIORITY = "optional"
@@ -21,5 +22,5 @@ do_stage () {
 
 do_install () {
        gpe_do_install
-       oe_runmake PREFIX=${PREFIX} DESTDIR=${D} install-devel
+       oe_runmake PREFIX=${prefix} DESTDIR=${D} install-devel
 }