Changeset 48470 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Sep 13, 2013 12:48:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/debian/rules
r47943 r48470 286 286 mv $(current)/debian/$(verpkg)/usr/lib/debug $(current)/debian/$(verpkg)-dbg/usr/lib 287 287 endif 288 $(if $(filter _Ubuntu_ lucid,$(debrel)),dh_pycentral,dh_python2)288 $(if $(filter _Ubuntu_hardy _Ubuntu_lucid,$(debrel)),dh_pycentral,dh_python2) 289 289 dh_compress -X.pdf -X.chm -X LICENSE -X.py 290 290 dh_fixperms
Note:
See TracChangeset
for help on using the changeset viewer.