From 7b75a636b9fbde4b3cc8fdc0ee65e11189dc71e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Batu=20Altunba=C5=9F?= Date: Sun, 26 Feb 2012 18:38:26 +0100 Subject: [PATCH 1/2] Tag! You're it! --- README | 1 - 1 file changed, 1 deletion(-) diff --git a/README b/README index 6213c89..dfc66c6 100644 --- a/README +++ b/README @@ -2,4 +2,3 @@ I don't even know... Author of the cows is unknown. Depends on cowsay for obvious reasons. - From 0e7aca39207cad2e41225bfa36bdee84f2a195b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkin=20Batu=20Altunba=C5=9F?= Date: Sun, 26 Feb 2012 19:14:50 +0100 Subject: [PATCH 2/2] Makefile --- LICENSE => COPYING | 2 +- Makefile | 7 +++++++ ponysay | 3 +-- ponythink | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) rename LICENSE => COPYING (91%) create mode 100644 Makefile diff --git a/LICENSE b/COPYING similarity index 91% rename from LICENSE rename to COPYING index 459b463..6d08ceb 100644 --- a/LICENSE +++ b/COPYING @@ -10,4 +10,4 @@ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - 0. You just DO WHAT THE FUCK YOU WANT TO. + 0. You just DO WHAT THE FUCK YOU WANT TO. \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a0e8e88 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +ponydir=/usr/share/ponies/ +scripts=ponysay ponythink +bindir=/usr/bin/ +install: + mkdir $(ponydir) + cp -r ponies $(ponydir) + cp $(scripts) $(bindir) diff --git a/ponysay b/ponysay index e9e6141..0f81fc5 100755 --- a/ponysay +++ b/ponysay @@ -1,7 +1,6 @@ #!/usr/bin/env bash export PERL_UNICODE=S - -ponydir=$PWD/ponies +ponydir=/usr/share/ponies function ponyf() { if [[ -f ${ponydir}/${1}.cow ]] ; then diff --git a/ponythink b/ponythink index 2136187..d43e84d 100755 --- a/ponythink +++ b/ponythink @@ -1,7 +1,6 @@ #!/usr/bin/env bash export PERL_UNICODE=S - -ponydir=$PWD/ponies +ponydir=/usr/share/ponies function ponyf() { if [[ -f ${ponydir}/${1}.cow ]] ; then