LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 831|回复: 4

Extra links created in / by checkinstall

[复制链接]
发表于 2004-8-17 16:00:52 | 显示全部楼层 |阅读模式
用checkinstall生成tgz包时,有时doinst.sh会在root目录下生成一些无效的连接。游谁知道为什么吗?我用的是1.6beta3。谢谢!
发表于 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
 楼主| 发表于 2004-8-20 09:03:59 | 显示全部楼层
Thanks. I use makepkg also, but really hope checkinstall can progress... look at their homepage, still not updated after a few months. sigh.
发表于 2004-8-21 20:08:41 | 显示全部楼层
I use tar to make tgz pkg
eg:
# tar zcvf dillo-0.73-i18n-i586.tgz /usr/locale/bin/
# tar zcvf fvwm-2.6-cn-i586.tgz /usr/locale/bin/fvwm /usr/locale/etc/fvwm /usr/locale/lib/fvwm
发表于 2004-8-23 05:45:49 | 显示全部楼层
if you use tar to create tgz packages, install the tgz and then look at the corresponding package file in /var/log/packages/, you will see the problem. that's why makepkg is a better choice.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表