Changeset ccb904 in git for debian/rules


Ignore:
Timestamp:
Apr 29, 2013, 11:39:37 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
9f9dd43ae70c6fefcee2255f30e3cb98f9c50ace
Parents:
2e7132d3e6a6b5db4b3d0b22eeb095b9a3e57e7510c89cd820352b07e7cbd9b4472ae6a32d0281f1
Message:
Merge pull request #322 from mschulze/spielwiese

Spielwiese - debian package stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r2e7132 rccb904  
    11#!/usr/bin/make -f
    2 
    3 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
    42
    53%:
     
    119override_dh_auto_install:
    1210        dh_auto_install
    13         install debian/icons/Singular.desktop debian/singular/usr/share/applications
    14         install debian/icons/Singular-manual.desktop debian/singular/usr/share/applications
    15         install debian/icons/Singular.png debian/singular/usr/share/icons
     11        install debian/icons/Singular.desktop debian/singular-common/usr/share/applications
     12        install debian/icons/Singular-manual.desktop debian/singular-common/usr/share/applications
     13        install debian/icons/Singular.png debian/singular-common/usr/share/icons
    1614
Note: See TracChangeset for help on using the changeset viewer.