Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
xcm
udev-dir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File udev-dir.patch of Package xcm
Index: xcm-0.5.0/makefile.in =================================================================== --- xcm-0.5.0.orig/makefile.in +++ xcm-0.5.0/makefile.in @@ -19,6 +19,7 @@ CFLAGS_=$(CFLAGS) $(XCM_H) -std=c99 -ped docdir = $(datadir)/doc/$(TARGET) SRCDIR = $(src_dir) BUILDDIR = $(build_dir)/ +UDEVDIR = /lib/udev/rules.d LIBRARIES = $(TARGET) LIB= @@ -204,8 +205,8 @@ install_bin: all #ifdef LINUX $(INSTALL) -m 755 $(TARGET_MINI)ddc $(DESTDIR)$(bindir) #endif - -mkdir -p $(DESTDIR)/lib/udev/rules.d/ - -$(INSTALL) -m 644 $(UDEV_RULES) $(DESTDIR)/lib/udev/rules.d/ + -mkdir -p $(DESTDIR)/$(UDEVDIR) + -$(INSTALL) -m 644 $(UDEV_RULES) $(DESTDIR)/$(UDEVDIR) echo ... binary Installation finished # install recursive
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