~ubuntu-branches/debian/sid/grub-splashimages/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Luis R. Rodriguez
  • Date: 2004-07-06 23:50:48 UTC
  • Revision ID: james.westby@ubuntu.com-20040706235048-a4b4h1kzt541jphc
Tags: 1.0
Put a collection of splashimages into a debian package
(closes: #266071)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
 
 
5
SPLASH_DIR      := /boot/grub/splashimages/
 
6
install/grub-splashimages::
 
7
        install -d debian/$(cdbs_curpkg)/$(SPLASH_DIR)
 
8
        install -m 644 *.xpm.gz debian/$(cdbs_curpkg)/$(SPLASH_DIR)