diff options
author | Erkin Batu Altunbaş <erkinbatu@gmail.com> | 2012-02-26 19:57:59 +0100 |
---|---|---|
committer | Erkin Batu Altunbaş <erkinbatu@gmail.com> | 2012-02-26 19:57:59 +0100 |
commit | 5c2d6e97f2f3d791728a5705f40ae627623c2354 (patch) | |
tree | 3000f1195afe3d4efbc03d80b9cfd5bf824db98e /Makefile | |
parent | 7d9bec0d23700ef8c20a5f3342431e4aa2ad01d2 (diff) | |
download | ponysay-5c2d6e97f2f3d791728a5705f40ae627623c2354.tar.gz ponysay-5c2d6e97f2f3d791728a5705f40ae627623c2354.tar.bz2 ponysay-5c2d6e97f2f3d791728a5705f40ae627623c2354.zip |
pchoooo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ install: mkdir -p $(DESTDIR)/usr/share/ponies - cp -r ponies/*.cow $(DESTDIR)/usr/share/ponies/ + cp -r ponies/*.pony $(DESTDIR)/usr/share/ponies/ install -Dm755 ponysay $(DESTDIR)/usr/bin/ponysay ln -s ponysay $(DESTDIR)/usr/bin/ponythink |