[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#687129: solution or solved with "../.." in line 251 of rules file



debian/rules:

in line 251 this:

   ln -s /usr/share/hplip/$$file \
../../bin/$$dest 2>/dev/null || :; \

should be:

   ln -s ../../usr/share/hplip/$$file \
../../bin/$$dest 2>/dev/null || :; \

and package compiles prefectly in any env.

many links are directly over / so then perl replaces line will hang on none-existing links if are a clean env...

--
Lenz McKAY Gerardo (PICCORO)
http://qglochekone.blogspot.com


Reply to: