Skip to content

Commit

Permalink
Support OPTIONS_NAME for --check-port-dbdir
Browse files Browse the repository at this point in the history
Fixes:	#23
  • Loading branch information
bdrewery committed Jul 22, 2013
1 parent e0c7943 commit 046084e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions portmaster
Expand Up @@ -1656,7 +1656,7 @@ if [ -n "$CHECK_PORT_DBDIR" ]; then
echo " ===>>> $pd/$origin does not exist for $pkg"
continue
fi
unique_list="${unique_list}`make -V UNIQUENAME`:"
unique_list="${unique_list}`make -V UNIQUENAME -V OPTIONS_NAME | tr '\n' ':'`"
done
else
while read pkg origin; do
Expand All @@ -1670,7 +1670,7 @@ if [ -n "$CHECK_PORT_DBDIR" ]; then
echo " ===>>> $pd/$origin does not exist for $pkg"
continue
fi
unique_list="${unique_list}`make -V UNIQUENAME`:"
unique_list="${unique_list}`make -V UNIQUENAME -V OPTIONS_NAME | tr '\n' ':'`"
done << EOF
`pkg query -a "%n-%v %o"`
EOF
Expand Down

0 comments on commit 046084e

Please sign in to comment.