jailkit-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jailkit-dev] [bug #23100] --prefix Problem


From: Sebastian Reitenbach
Subject: [Jailkit-dev] [bug #23100] --prefix Problem
Date: Sat, 11 Sep 2010 13:21:01 +0000
User-agent: Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.9.0.11) Gecko/2009070118 Firefox/3.0.11

Follow-up Comment #13, bug #23100 (project jailkit):

regarding the installation of the .ini files, I just found this in the
Makefile.in file:

install:
        ${INSTALL} -d -m 755 ${DESTDIR}${iniprefix}
        for file in ${INIFILES} ; do 
                if [ -f ${iniprefix}$${file} ]; then 
                        ${INSTALL} -m 0644 ini/$${file}
${DESTDIR}${iniprefix}$${file}.dist ;
                else 
                        ${INSTALL} -m 0644 ini/$${file}
${DESTDIR}${iniprefix} ;
                fi ;
        done

Where I guess the if check should probably test for:
${DESTDIR}${iniprefix}$${file} instead of ${iniprefix}$${file}



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?23100>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]