mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-09 01:00:58 +00:00
Stuff and things and stuff.
This commit is contained in:
parent
7d422bfae2
commit
d8aab386f1
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ echo " Editors. It is easy to use, supports mouse input, and is customizable"
|
|||
echo " via themes and plugins."
|
||||
echo "%install"
|
||||
echo "mkdir -p /usr/share/doc/micro"
|
||||
echo "install -m 755 micro /usr/bin/micro"
|
||||
echo "install -m 755 micro /usr/local/bin/micro"
|
||||
echo "install -m 744 AUTHORS /usr/share/doc/micro/AUTHORS"
|
||||
echo "install -m 744 LICENSE /usr/share/doc/micro/LICENSE"
|
||||
echo "install -m 744 LICENSE-THIRD-PARTY /usr/share/doc/micro/LICENSE-THIRD-PARTY"
|
||||
|
|
@ -29,7 +29,7 @@ echo "install -m 744 micro.1.gz /usr/share/man/man1/micro.1.gz"
|
|||
echo "install -m 744 micro.desktop /usr/share/applications/micro.desktop"
|
||||
echo "install -m 744 micro.svg /usr/share/icons/micro.svg"
|
||||
echo "%files"
|
||||
echo "/usr/bin/micro"
|
||||
echo "/usr/local/bin/micro"
|
||||
echo "/usr/share/doc/micro"
|
||||
echo "/usr/share/doc/micro/AUTHORS"
|
||||
echo "/usr/share/doc/micro/LICENSE"
|
||||
|
|
|
|||
Loading…
Reference in a new issue