source:
trunk/debathena/debathena/locker-menu/debian/rules
@
25947
Revision 25947, 241 bytes checked in by jdreed, 12 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[23038] | 1 | #!/usr/bin/make -f |
2 | ||
[25947] | 3 | %: |
4 | dh $@ | |
[25674] | 5 | |
[25947] | 6 | override_dh_auto_build: |
[25674] | 7 | mkdir -p $(CURDIR)/icons-nonfree |
8 | cp /afs/athena.mit.edu/system/athena10/locker-menu-icons/*.png $(CURDIR)/icons-nonfree | |
9 | ||
[25947] | 10 | override_dh_clean: |
11 | dh_clean | |
[25674] | 12 | rm -rf $(CURDIR)/icons-nonfree |
13 | ||
14 |
Note: See TracBrowser
for help on using the repository browser.