Browse Source

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

early
Alejandro Mery 17 years ago
parent
commit
6bffb4f3b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      graphic/dcraw/dcraw.conf

+ 1
- 1
graphic/dcraw/dcraw.conf

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

Loading…
Cancel
Save