Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
debootstrap
debootstrap-norootforbuild.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File debootstrap-norootforbuild.patch of Package debootstrap
diff -ur debootstrap.orig/Makefile debootstrap/Makefile --- debootstrap.orig/Makefile 2011-08-10 13:59:34.000000000 +0200 +++ debootstrap/Makefile 2011-08-12 21:57:41.329074862 +0200 @@ -19,14 +19,13 @@ mkdir -p $(DESTDIR)/usr/sbin cp -a scripts/* $(DSDIR)/scripts/ - install -o root -g root -m 0644 functions $(DSDIR)/ + install -m 0644 functions $(DSDIR)/ sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap - chown root:root $(DESTDIR)/usr/sbin/debootstrap chmod 0755 $(DESTDIR)/usr/sbin/debootstrap ifeq ($(shell uname),Linux) - install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/ + install -m 0644 devices.tar.gz $(DSDIR)/ endif devices.tar.gz:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor