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

Bug#3053: gnats: typo in postinst omits install-info



Package: gnats

Because of a typo in postinst, the installation of the info files is being
botched.

system "install-info",
	"--description='GNU GNATS.  How to send problem reports'",
	"--section","Devel","Development",
	"--quiet",
	"/usr/info/gnats.info";
                   ^^^^^

should be 'send-pr'.

--Mike


Reply to: