mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 14:10:23 +09:00
Stuff and things and stuff.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user