Skip to content

Commit

Permalink
Revert "Merge pull request #717 from peckpeck/bug_7032/the_package_do…
Browse files Browse the repository at this point in the history
…esn_t_build_3_2_on_solaris"

This reverts commit 9856db8, reversing
changes made to 0b19588.
  • Loading branch information
peckpeck committed Nov 2, 2015
1 parent 15f3707 commit cad74df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-agent/solaris/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build: package
package: build-rudder
# Create prototype file that contains included files lis# Create prototype file that contains included files list
cd $(BUILDROOT) && find rudder-agent | grep -v '^rudder-agent$$' | pkgproto | sed 's/ rudder-agent/ /' > Prototype.tmp
sed '/none \/\(etc|etc\/cron.d|etc\/default|etc\/init.d|opt|usr|usr\/bin|var|var\/log\) /d' $(BUILDROOT)/Prototype.tmp > $(BUILDROOT)/Prototype.tmp2
sed 'i/none \/\(etc|etc\/cron.d|etc\/default|etc\/init.d|opt|usr|usr\/bin|var|var\/log\) /d' $(BUILDROOT)/Prototype.tmp > $(BUILDROOT)/Prototype.tmp2
cat $(CURDIR)/Prototype.base $(BUILDROOT)/Prototype.tmp2 > $(BUILDROOT)/Prototype
rm $(BUILDROOT)/Prototype.tmp

Expand Down

0 comments on commit cad74df

Please sign in to comment.