Skip to content

Commit

Permalink
Fix build after DVB removal.
Browse files Browse the repository at this point in the history
Apparently, the files were included in the image.
  • Loading branch information
waddlesplash committed Jul 23, 2015
1 parent 10f255b commit 00ac71a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/jam/images/definitions/regular
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ AddDirectoryToHaikuImage home config settings printers "Save as PDF"
: home-config-settings-printers-save-as-pdf.rdef ;

# dvb channel settings
CopyDirectoryToHaikuImage home config settings Media
: [ FDirName $(HAIKU_TOP) data settings media dvb ]
: dvb : -x Jamfile ;
#CopyDirectoryToHaikuImage home config settings Media
# : [ FDirName $(HAIKU_TOP) data settings media dvb ]
# : dvb : -x Jamfile ;

# repository config and cache files
local repository ;
Expand Down

0 comments on commit 00ac71a

Please sign in to comment.