aboutsummaryrefslogtreecommitdiffstats
path: root/package/editors/nano
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* nano: fix install locationPeter Korsgaard2008-03-261-1/+1
| | | | Fix typo in install location. Reported by Simon Pasch.
* nano: install to /usr/binPeter Korsgaard2008-03-071-1/+1
|
* buildroot: move editors under package/editors and merge menusPeter Korsgaard2008-03-072-0/+68
Based on patch by Arnar Mar Sig.