Browse Source

Changed dcraw to install in postmake hook instead of inmake (consistency)

early
Alejandro Mery 18 years ago
parent
commit
6bffb4f3b2
  1. 2
      graphic/dcraw/dcraw.conf

2
graphic/dcraw/dcraw.conf

@ -22,4 +22,4 @@ var_append GCC_WRAPPER_APPEND ' ' \
hook_add premake 5 "sed -i -e s,^gcc,$CC, \
-e s,prefix=.*,prefix=$root/$prefix, install"
hook_add inmake 5 ./install
hook_add postmake 5 ./install

Loading…
Cancel
Save