Thanks to reply.
I fix it by making install executable file manually.
Search Criteria
Package Details: klicknmenu 0.1-1
Package Actions
| Package Base: | klicknmenu |
|---|---|
| Description: | klicknmenu is x11-based lightweight menu application |
| Upstream URL: | http://github.com/seokbeomKim/klicknmenu |
| Category: | x11 |
| Licenses: | |
| Submitter: | chaoxifer |
| Maintainer: | chaoxifer |
| Last Packager: | None |
| Votes: | 2 |
| First Submitted: | 2013-09-17 09:56 |
| Last Updated: | 2013-09-18 04:51 |
Latest Comments
Comment by chaoxifer
Comment by pio
It failed while trying to install directly to /usr/bin. This can be used instead of 'make install' :
sed -i 's/\/usr\/bin/$(DESTDIR)\/usr\/bin/g' Makefile
install -d "$pkgdir/usr/bin"
make DESTDIR=$pkgdir install
To make it more correct, since it's MIT, license should be copied to /usr/share/licenses/$pkgname
and perhaps .klicknmenu.example file should be copied to /usr/share/$pkgname and user should be notified of this...