Ignore:
Timestamp:
08/03/09 10:11:39 (3 years ago)
Author:
marc
Message:

Fixed Menu, improved makefile (backported from trunk), don't install so many images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release/0.2/debian/rules

    r305 r306  
    11#!/usr/bin/make -f 
    22# -*- makefile -*- 
    3 # Sample debian/rules that uses debhelper. 
    4 # This file was originally written by Joey Hess and Craig Small. 
    5 # As a special exception, when this file is copied by dh-make into a 
    6 # dh-make output file, you may use that output file without restriction. 
    7 # This special exception was added by Craig Small in version 0.37 of dh-make. 
    83 
    94# Uncomment this to turn on verbose mode. 
     
    5045 
    5146        # Add here commands to install the package into debian/itaka. 
    52         $(MAKE) -f Makefile.Debian DESTDIR=$(CURDIR)/debian/itaka install 
    53         #$(MAKE) install 
     47        $(MAKE) DESTDIR=$(CURDIR)/debian/itaka/usr install 
    5448 
    5549        # And other miscellaneous tasks 
Note: See TracChangeset for help on using the changeset viewer.