From 87b6fcdc5d5ef4545bd4a32f29354de7ea9925e1 Mon Sep 17 00:00:00 2001 From: Ace002 Date: Thu, 5 Jan 2017 00:10:45 +0700 Subject: [PATCH] figlet 222 this should do right?? --- app-misc/figlet/figlet-222.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/figlet/figlet-222.recipe b/app-misc/figlet/figlet-222.recipe index 1d32a5af5..557c2e62f 100644 --- a/app-misc/figlet/figlet-222.recipe +++ b/app-misc/figlet/figlet-222.recipe @@ -44,7 +44,7 @@ BUILD() INSTALL() { make install DESTDIR=$binDir MANDIR=${MAN} DEFAULTFONTDIR=${FONTS} - chmod 755 ${DESTDIR}/chkfont - chmod 755 ${DESTDIR}/figlist - chmod 755 ${DESTDIR}/showfigfonts + chmod 755 $binDir/chkfont + chmod 755 $binDir/figlist + chmod 755 $binDir/showfigfonts }