Subversion Repositories KardasA Overlay

Rev

Rev 165 | Rev 167 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 165 Rev 166
Line 24... Line 24...
24
24
25
src_prepare() {
25
src_prepare() {
26
	if use branding; then
26
	if use branding; then
27
    	for i in 16 22 24 32 48; do
27
    	for i in 16 22 24 32 48; do
28
        	cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
28
        	cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \
29
            "${S}"/${PN}/usr/share/icons/Mint-X{,-Dark}/places/start-here.png \
-
 
-
 
29
            "${S}"/${PN}/usr/share/icons/Mint-X{,-Dark}/places/${i}x${i}/start-here.png \
30
			|| die "Copying gentoo logos failed"
30
			|| die "Copying gentoo logos failed"
31
        done
31
        done
32
	fi
32
	fi
33
}
33
}
34
34