Changeset 541 in ProjectBuilder for pbconf/devel/ProjectBuilder/deb/rules


Ignore:
Timestamp:
Sep 15, 2008, 1:39:21 PM (16 years ago)
Author:
Bruno Cornec
Message:

Working on the correct .deb generation for virtual/real packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/ProjectBuilder/deb/rules

    r244 r541  
    1111
    1212# Define package name variable for a one-stop change.
    13 PACKAGE_NAME = PBPKG
     13PACKAGE_NAME = PBREALPKG
    1414
    1515# These are used for cross-compiling and for saving the configure script
     
    5555        dh_installdirs
    5656
    57         # Add here commands to install the package into debian/linuxcoe-sd
    58         $(MAKE) install DESTDIR=$(CURDIR)/debian/PBPKG
     57        # Add here commands to install the package into debian/PBREALPKG
     58        $(MAKE) install DESTDIR=$(CURDIR)/debian/PBREALPKG
    5959
    6060# Build architecture-independent files here.
Note: See TracChangeset for help on using the changeset viewer.