mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
rules: If git is installed, revert po/ on clean.
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@@ -49,6 +49,9 @@ endif
|
||||
|
||||
override_dh_clean: gencontrol
|
||||
dh_clean
|
||||
if [ -f /usr/bin/git ]; then \
|
||||
git checkout -- po; \
|
||||
fi
|
||||
|
||||
override_dh_auto_configure: gencontrol
|
||||
dh_auto_configure -- $(confflags)
|
||||
|
||||
Reference in New Issue
Block a user