|
发表于 2004-8-20 02:59:08
|
显示全部楼层
it's a bug in checkinstall, that's why I gave it up and turned to slackware's own makepkg. it's not hard, usually you just need to do:
make DESTDIR=/tmp/package-myprogram install
cd /tmp/package-myprogram
makepkg -l y -c n /tmp/myprogram-version-i386-1.tgz |
|