Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2009-12-23 12:53:40 (GMT)
committer Daniel Drake <dsd@laptop.org>2009-12-23 13:12:09 (GMT)
commitbc3a54699bd29ce6b282b8ec06213ad8fad2f0dc (patch)
tree4115d23f978405463204872ccbe2e28f367fe307 /lib
parenta5d6a9ff4650e6fc26d2ea92a795892b1f30ebf3 (diff)
Make system-installable
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
new file mode 100644
index 0000000..19f13b9
--- /dev/null
+++ b/lib/Makefile
@@ -0,0 +1,8 @@
+libdir=$(DESTDIR)/usr/share/olpc-os-builder/lib
+
+all:
+
+install:
+ install -d $(libdir)
+ install -m 0644 -t $(libdir) ooblib.py shlib.sh
+