The Birdfont Source Code
Remove the layout directory from the install script
These changes was commited to the Birdfont repository Sun, 15 Mar 2015 20:06:10 +0000.
Contributing
Send patches or pull requests to johan.mattsson.m@gmail.com.
Clone this repository: git clone https://github.com/johanmattssonm/birdfont.git
Remove the layout directory from the install script
--- a/install.py
+++ b/install.py
@@ -81,9 +81,6 @@
installed.write ('build/installed\n')
# install it:
- for file in os.listdir('./layout'):
- install ('layout/' + file, '/share/birdfont/layout', 644)
-
for file in os.listdir('./icons'):
install ('icons/' + file, '/share/birdfont/icons', 644)