wok-next diff alien/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | dc626da69d4e |
children | 7b8e000b629f |
line diff
1.1 --- a/alien/receipt Mon Jun 11 15:37:34 2018 +0300 1.2 +++ b/alien/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -17,7 +17,7 @@ 1.4 compile_rules() { 1.5 perl Makefile.PL && 1.6 make && 1.7 - make DESTDIR=$DESTDIR install || return 1 1.8 + make DESTDIR=$install install || return 1 1.9 1.10 find $install -type f -exec chmod u+w '{}' \; 1.11 }