set MOC to /usr/bin/moc for debian, because on lucid it would be /usr/bin/moc-qt4, but there is no /usr/bin/rcc-qt4, only /usr/bin/rcc; refs #40
This commit is contained in:
		
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @@ -30,7 +30,7 @@ endif | ||||
| ifneq "$(wildcard /usr/share/misc/config.guess)" "" | ||||
| 	cp -f /usr/share/misc/config.guess config.guess | ||||
| endif | ||||
| 	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" | ||||
| 	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" MOC=/usr/bin/moc | ||||
|  | ||||
|  | ||||
| build: build-stamp | ||||
|   | ||||
		Reference in New Issue
	
	Block a user