Comment 6 for bug 78455

Revision history for this message
Florian Rasche (florian-rasche) wrote : Re: confirm with a very simple Makefile

I can confirm this Problem in Ubuntu Feisty checkinstall version 1.6.1
This very simple makefile-code tries to copy a dummy config file to /etc/ci_test :

install:
 mkdir -p /etc/ci_test
 cp config /etc/ci_test

checkinstall fails on this makefile if not using the above mentioned workaround.

Greetings
Florian