Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
circuslinux
circuslinux-1.0.3.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File circuslinux-1.0.3.dif of Package circuslinux
--- Makefile.am +++ Makefile.am @@ -15,22 +15,15 @@ VERSION = @VERSION@ # User-definable stuff: -CC=@CC@ DATA_PREFIX=$(pkgdatadir)/data/ JOY=@JOY@ TARGET_DEF=@TARGET_DEF@ -CFLAGS = @CFLAGS@ -Wall -O2 -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ - -D$(TARGET_DEF) -DJOY_$(JOY) -LIBS = @LIBS@ - - bin_PROGRAMS = circuslinux circuslinux_SOURCES = circuslinux.c -circuslinux_CFLAGS = CFLAGS -circuslinux_LIBS = LIBS +circuslinux_CFLAGS = -DDATA_PREFIX=\"$(DATA_PREFIX)\" -D$(TARGET_DEF) -DJOY_$(JOY) docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) --- data/Makefile.am +++ data/Makefile.am @@ -4,10 +4,10 @@ install: - $(SHELL) ./../mkinstalldirs $(pkgdatadir) - $(SHELL) ./../mkinstalldirs $(pkgdatadir)/data - cp -r images music sounds $(pkgdatadir)/data/ - chmod -R 755 $(pkgdatadir) + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir) + $(SHELL) ./../mkinstalldirs $(DESTDIR)$(pkgdatadir)/data + cp -r images music sounds $(DESTDIR)$(pkgdatadir)/data/ + chmod -R 755 $(DESTDIR)$(pkgdatadir) # Directories in EXTRA_DIST doen't work? dist-hook:
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