[geany/geany-osx] 249685: Update README to use "cp -R"

Jiří Techet git-noreply at xxxxx
Fri Oct 20 20:03:52 UTC 2017


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Fri, 20 Oct 2017 20:03:52 UTC
Commit:      249685058fccf4ef5d875a6d9c7495218901328d
             https://github.com/geany/geany-osx/commit/249685058fccf4ef5d875a6d9c7495218901328d

Log Message:
-----------
Update README to use "cp -R"


Modified Paths:
--------------
    README.md

Modified: README.md
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -169,11 +169,11 @@ Bundling
 	icons directory:
 	* **GTK 2**
 		```
-		cp -r Faience $PREFIX/share/icons
+		cp -R Faience $PREFIX/share/icons
 		```
 	* **GTK 3**
 		```
-		cp -r Papirus $PREFIX/share/icons
+		cp -R Papirus $PREFIX/share/icons
 		```
 
 4.	Inside the `geany-osx` directory run the following command to create



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list