Share

Object REXX GTK+ Project

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Building a RPM file, changes in the Makefile

You are viewing a single message from this topic. View all messages.

  1. 2006-02-01 17:59:45 UTC
    I'm creating a RPM file for the gtkrxdlg packet and it will be helpfull if you add the following lines in the linux makefile. Could you help me with this? This changes allow me to compile and build the packet directly from the spec file using MAKE DESTDIR=$(RPM_BUILD_ROOT) install

    install: $(LIBRARY)
    @mkdir -p $(DESTDIR)/usr/lib
    @mv $< $(DESTDIR)/usr/lib
    @ln -sf /usr/lib/$< $(DESTDIR)/usr/lib/$(SONAME)
    @ln -sf /usr/lib/$< $(DESTDIR)/usr/lib/$(LONGSONAME)

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.