Codebase list cairo-dock-plug-ins / 540f165
Fix function which checks the architecture Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Nobuhiro Iwamatsu 10 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 include /usr/share/cdbs/1/rules/debhelper.mk
1717 include /usr/share/cdbs/1/class/cmake.mk
1818
19 CLI_ARCH=amd64 armel armhf i386 ia64 kfreebsd-i386 kfreebsd-amd64 powerpc s390x sparc
19 CLI_ARCH=zamd64z zarmelz zarmhfz zi386z zia64z zkfreebsd-i386z \
20 zkfreebsd-amd64z zpowerpcz zs390xz zsparcz
2021
2122 install/ruby-cdapplet::
2223 install -m 644 -D debian/tmp/usr/lib/ruby/1.9.1/CDApplet.rb \
2324 debian/tmp/usr/lib/ruby/vendor_ruby/1.9.1/CDApplet.rb
2425
2526 common-binary-predeb-arch::
26 ifneq (,$(findstring $(DEB_HOST_ARCH), $(CLI_ARCH)))
27 ifneq (,$(findstring z$(DEB_HOST_ARCH)z, $(CLI_ARCH)))
2728 dh_clifixperms
2829 dh_clideps -d
2930 endif