wok diff ms-sys/receipt @ rev 19951

azdrawing: fix ressource path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 08 12:16:55 2017 +0200 (2017-05-08)
parents 82fa5f95bda8
children 90e20bb5b8f2
line diff
     1.1 --- a/ms-sys/receipt	Thu May 21 15:21:04 2015 +0200
     1.2 +++ b/ms-sys/receipt	Mon May 08 12:16:55 2017 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|PREFIX)/man|PREFIX)/share/man|' Makefile
     1.8  	make PREFIX=/usr DESTDIR=$DESTDIR install
     1.9  }
    1.10