Changes between Initial Version and Version 1 of Ticket #7

Show
Ignore:
Timestamp:
12/31/07 09:22:29 (3 years ago)
Author:
kmkaplan
Comment:

The Makefile.in is actually generated from Makefile.am by automake. If you have automake please check that:

--- old-greyfix/Makefile.am     2007-12-31 10:21:25.000000000 +0100
+++ new-greyfix/Makefile.am     2007-12-31 10:21:25.000000000 +0100
@@ -1,5 +1,5 @@
 AUTOMAKE_OPTIONS = foreign
-datastatedir = $(DESTDIR)$(localstatedir)/lib
+datastatedir = $(localstatedir)/lib
 sbin_PROGRAMS = greyfix
 greyfix_SOURCES = greyfix.c policy.c policy.h

corrects the defect.

Thank you for the report, Kim Minh.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7

    • Property owner set to kmkaplan
    • Property status changed from new to assigned
  • Ticket #7 – description

    initial v1  
    33 
    44The following patch fixes it: 
    5  
     5{{{ 
    66--- Makefile.in.old     Sun Dec 30 19:06:27 2007 
    77+++ Makefile.in Sun Dec 30 19:06:37 2007 
     
    1515 all: config.h 
    1616        $(MAKE) $(AM_MAKEFLAGS) all-am 
     17}}}