~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Fabien Tassin
  • Date: 2009-07-17 15:34:19 UTC
  • Revision ID: fta@sofaraway.org-20090717153419-t9m2pox4ddwi7uux
* Read the default file from /etc/chromium-browser/default (instead of
  previous /etc/default/chromium-browser) and ship a skeleton file there.
  This could be used by advanced users to activate plugins and extensions
  until they become active by default
  - update debian/rules
  - update debian/chromium-browser.sh
  - add debian/chromium-browser.default
  - update debian/chromium-browser.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
        mkdir -p debian/tmp/usr/bin
201
201
        cp -a debian/$(DEBIAN_NAME).sh debian/tmp/usr/bin/$(DEBIAN_NAME)
202
202
        chmod 755 debian/tmp/usr/bin/$(DEBIAN_NAME)
 
203
        # Preferences
 
204
        mkdir -p debian/tmp/etc/$(DEBIAN_NAME)
 
205
        cp -a debian/$(DEBIAN_NAME).default debian/tmp/etc/$(DEBIAN_NAME)/default
203
206
        # Rename the binary from chrome to $(DEBIAN_NAME), this is required
204
207
        # as chromium dereferences all symlinks before starting its children
205
208
        # making the Gnome System Monitor confused with icons