Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
Don't try to install sixad-dbus-blocker, no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jan 30, 2013
1 parent df08134 commit 55912a0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sixad/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ install:
install -m 755 bins/sixad-remote $(DESTDIR)/usr/sbin/
install -m 755 bins/sixad-3in1 $(DESTDIR)/usr/sbin/
install -m 755 bins/sixad-raw $(DESTDIR)/usr/sbin/
install -m 755 sixad-dbus-blocker $(DESTDIR)/usr/sbin/

ifeq "$(wildcard /usr/bin/python2 )" ""
else
# Python2 force
sed -i "s/env python/env python2/" $(DESTDIR)/usr/sbin/sixad-dbus-blocker
endif

@chmod 777 -R $(DESTDIR)/var/lib/sixad/
@echo "Installation is Complete!"
Expand All @@ -60,5 +53,4 @@ uninstall:
rm -f $(DESTDIR)/usr/sbin/sixad-sixaxis
rm -f $(DESTDIR)/usr/sbin/sixad-remote
rm -f $(DESTDIR)/usr/sbin/sixad-raw
rm -f $(DESTDIR)/usr/sbin/sixad-dbus-blocker
rm -rf $(DESTDIR)/var/lib/sixad/

0 comments on commit 55912a0

Please sign in to comment.