Skip to content

Commit

Permalink
do not install non-needed files
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeni committed Jun 2, 2011
1 parent e7bfced commit f4613ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -5,11 +5,12 @@ version:
echo "version='$(VERSION)'" > version.py

install:
mkdir -p $(DESTDIR)/usr/share/openclass
mkdir -p $(DESTDIR)/usr/share/openclass/iface
mkdir -p $(DESTDIR)/usr/bin
install -m755 openclass-teacher $(DESTDIR)/usr/bin/openclass-teacher
install -m755 openclass-student $(DESTDIR)/usr/bin/openclass-student
cp -a teacher.py student.py iface openclass $(DESTDIR)/usr/share/openclass/
cp -a teacher.py student.py openclass $(DESTDIR)/usr/share/openclass/
cp -a iface/{machine,machine_off,openclass}.png $(DESTDIR)/usr/share/openclass/
# locale
$(MAKE) -C po $@
# desktop
Expand Down

0 comments on commit f4613ee

Please sign in to comment.