Changeset 36758 in vbox for trunk/src/VBox/Installer/linux/debian
- Timestamp:
- Apr 20, 2011 3:44:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r36757 r36758 210 210 install -d -g 0 -o 0 $(prefix)/usr/share/icons/hicolor 211 211 cd $(archdir)/icons; for i in *; do \ 212 if [ -f $$i/virtualbox.png ]; then 212 if [ -f $$i/virtualbox.png ]; then \ 213 213 install -d -g 0 -o 0 $(prefix)/usr/share/icons/hicolor/$$i/apps; \ 214 214 mv $$i/virtualbox.png $(prefix)/usr/share/icons/hicolor/$$i/apps; \
Note:
See TracChangeset
for help on using the changeset viewer.