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