fix make and add license contributions
This commit is contained in:
parent
b96af06a3d
commit
febb828136
2 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -31,7 +31,7 @@ install: all
|
||||||
cp -f rush ${DESTDIR}${PREFIX}/bin
|
cp -f rush ${DESTDIR}${PREFIX}/bin
|
||||||
chmod 755 ${DESTDIR}${PREFIX}/bin/rush
|
chmod 755 ${DESTDIR}${PREFIX}/bin/rush
|
||||||
mkdir -p ${DESTDIR}${MANPREFIX}/man1
|
mkdir -p ${DESTDIR}${MANPREFIX}/man1
|
||||||
cp -f rush.1 ${DESTDIR}${MANPREFIX}/man1
|
sed "s/VERSION/${VERSION}/g" < rush.1 > ${DESTDIR}${MANPREFIX}/man1/rush.1
|
||||||
chmod 644 ${DESTDIR}${MANPREFIX}/man1/rush.1
|
chmod 644 ${DESTDIR}${MANPREFIX}/man1/rush.1
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
|
@ -64,6 +64,12 @@ $ ./rush
|
||||||
- Underline file path if it exists `echo -e "\033[4mabc\033[0m"`
|
- Underline file path if it exists `echo -e "\033[4mabc\033[0m"`
|
||||||
- Aliases
|
- Aliases
|
||||||
|
|
||||||
|
# Contributions
|
||||||
|
Contributions are welcomed, feel free to open a pull request.
|
||||||
|
|
||||||
|
# License
|
||||||
|
This project is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/rush/blob/master/LICENSE) for more information.
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
- [Tutorial - Write a shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
|
- [Tutorial - Write a shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
|
||||||
- [dash](https://github.com/danishprakash/dash)
|
- [dash](https://github.com/danishprakash/dash)
|
||||||
|
|
Loading…
Reference in a new issue