Skip to content

Commit

Permalink
Make sure the ~/.purple/plugins directory exists when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitwon committed Apr 9, 2010
1 parent 463e38d commit 7581ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ led-notification.so: led-notification.c
gcc led-notification.c $(CFLAGS) $(INCLUDES) $(LDFLAGS) -o led-notification.so

install: led-notification.so
mkdir -p ~/.purple/plugins
cp led-notification.so ~/.purple/plugins/

uninstall:
Expand Down

0 comments on commit 7581ec4

Please sign in to comment.