This commit is contained in:
Erkin Batu Altunbaş 2012-02-26 19:14:50 +01:00
parent 7b75a636b9
commit 0e7aca3920
4 changed files with 10 additions and 5 deletions

View file

@ -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.

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
ponydir=/usr/share/ponies/
scripts=ponysay ponythink
bindir=/usr/bin/
install:
mkdir $(ponydir)
cp -r ponies $(ponydir)
cp $(scripts) $(bindir)

View file

@ -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

View file

@ -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