~ubuntu-branches/ubuntu/lucid/quick-lounge-applet/lucid

« back to all changes in this revision

Viewing changes to omf.make

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2004-12-16 13:06:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041216130608-i7tq2h21kzrdy4yl
Tags: 2.2.0-1
* New upstream release.
* Build-Depend on debhelper (>= 4.1.0), fixes linda error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        for file in $(omffile); do \
46
46
                $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
47
47
        done
48
 
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
 
48
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
49
49
 
50
50
uninstall-local-omf:
51
51
        -for file in $(srcdir)/*.omf; do \
52
52
                basefile=`basename $$file`; \
53
 
                rm -f $(omf_dest_dir)/$$basefile; \
 
53
                rm -f $(DESTDIR)$(omf_dest_dir)/$$basefile; \
54
54
        done
55
 
        -rmdir $(omf_dest_dir)
56
 
        -scrollkeeper-update -p $(scrollkeeper_localstate_dir)
 
55
        -rmdir $(DESTDIR)$(omf_dest_dir)
 
56
        -scrollkeeper-update -p $(DESTDIR)$(scrollkeeper_localstate_dir)
57
57
 
58
58
clean-local-omf:
59
59
        -for file in $(omffile); do \