Skip to content

Commit

Permalink
Fix regex that changes permissions on package files
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed May 26, 2011
1 parent bfee1f7 commit 236557e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/solaris/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ prototype:
echo "i r.preserve" >> prototype
echo '' >> prototype
pkgproto $(SEARCH_PATH)/rel/$(APP_PATH)=$(APP_PATH) >> prototype
sed -i -e "s/ $(LOGNAME) .$$/ riak riak/" \
sed -i -e "s/ $(LOGNAME) .*$$/ riak riak/" \
-e 's/f none riak\/etc/e preserve riak\/etc/' prototype

$(PKGERDIR)/pkgclean:
Expand Down

0 comments on commit 236557e

Please sign in to comment.