~mozillateam/xulrunner/xulrunner-1.9.1-qt.head

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Fabien Tassin
  • Date: 2008-09-12 15:45:30 UTC
  • mfrom: (234.1.106 xulrunner-1.9.head)
  • Revision ID: fta@ubuntu.com-20080912154530-0khewb3y0n3a66ih
* Merge with xulrunner-1.9.head #340

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        dh_link $(DEBIAN_XUL_DIR)/xulrunner /usr/bin/$(DEB_MOZ_APPLICATION)
142
142
        dh_link $(DEBIAN_XUL_DIR)/xpcshell /usr/bin/xpcshell-$(DEB_MOZ_VERSION)
143
143
        dh_install debian/system-greprefs.js /etc/xulrunner-$(DEB_MOZ_VERSION)/ 
144
 
        dh_link /etc/xulrunner-$(DEB_MOZ_VERSION)/system-grepref.js $(DEBIAN_XUL_DIR)/greprefs/system-greprefs.js
 
144
        dh_link /etc/xulrunner-$(DEB_MOZ_VERSION)/system-greprefs.js $(DEBIAN_XUL_DIR)/greprefs/system-greprefs.js
145
145
 
146
146
LOCALE_VERSION = $(shell echo $(DEBIAN_VERSION) | sed -e 's/~hg.*/pre/' | tr -d '~')
147
147