From: Harvie Date: Wed, 2 Jun 2010 03:34:38 +0000 (+0200) Subject: fixed .exe suffix X-Git-Url: http://git.harvie.cz/?p=mirrors%2Flibpurple-core-answerscripts.git;a=commitdiff_plain;h=4c3335b4ed3c610750eb0b0886a44743ced2b78c;hp=b44d7b66f2faa75e72c5bb5435bdb83c8bd5da2a fixed .exe suffix --- diff --git a/Makefile b/Makefile index dbb2dd6..160e3d0 100644 --- a/Makefile +++ b/Makefile @@ -52,3 +52,4 @@ clean: user: cp -r purple/* $(HOME)/.purple/ + mv $(HOME)/.purple/$(PIDGIN_AUTOANSWER).sh $(HOME)/.purple/$(PIDGIN_AUTOANSWER).exe diff --git a/purple/answerscripts.exe b/purple/answerscripts.sh similarity index 100% rename from purple/answerscripts.exe rename to purple/answerscripts.sh