View | Details | Raw Unified | Return to issue 59509
Collapse All | Expand All

(-)makefile.mk (+1 lines)
Lines 258-263 Link Here
258
	@cat prerm | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" > $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/prerm
258
	@cat prerm | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME)/g" > $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/prerm
259
	@chmod -R g-w $(MISC)/$(TARGET)/$(DEBFILE:f)
259
	@chmod -R g-w $(MISC)/$(TARGET)/$(DEBFILE:f)
260
	@chmod a+rx $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/post* $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/pre*
260
	@chmod a+rx $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/post* $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN/pre*
261
	@chmod g-s $(MISC)/$(TARGET)/$(DEBFILE:f)/DEBIAN
261
	/bin/bash -c "LD_PRELOAD=$(SOLARBINDIR)/getuid.so dpkg-deb --build $(MISC)/$(TARGET)/$(@:f) $@"
262
	/bin/bash -c "LD_PRELOAD=$(SOLARBINDIR)/getuid.so dpkg-deb --build $(MISC)/$(TARGET)/$(@:f) $@"
262
	@$(RM) -r $(MISC)/$(TARGET)/$(@:f)
263
	@$(RM) -r $(MISC)/$(TARGET)/$(@:f)
263
264

Return to issue 59509