Issue 121529 - ubuntu build breaks due to wrong chmod call
Summary: ubuntu build breaks due to wrong chmod call
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: build.pl (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: jan iversen
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 10:39 UTC by jan iversen
Modified: 2017-05-20 10:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jan iversen 2012-12-21 10:39:39 UTC
Error in main/sysui/desktop/debian/makefile.mk

sysui cannot be generated because the makefile uses a wrong setting for chown.
Comment 1 jan iversen 2012-12-21 10:40:08 UTC
@@ -81,7 +81,7 @@
     -$(RM) $(@:d)$(@:f:s/_/ /:1)_*
     $(RM) -r $(MISC)$/$(@:b)
     dmake $(MISC)$/$(@:b)$/DEBIAN$/{control postinst postrm prerm}
-    @chmod -R g-w $(MISC)$/$(@:b)
+    @chmod -R o-w $(MISC)$/$(@:b)
     @chmod a+rx $(MISC)$/$(@:b)$/DEBIAN $(MISC)/$(@:b)/DEBIAN/post* $(MISC)/$(@:b)/DEBIAN/pre*
     @chmod g-s $(MISC)/$(@:b)/DEBIAN
     @mkdir -p $(PKGDIR)