aboutsummaryrefslogtreecommitdiffstats
path: root/URPM/Build.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM/Build.pm')
-rw-r--r--URPM/Build.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/URPM/Build.pm b/URPM/Build.pm
index b1360d4..650657b 100644
--- a/URPM/Build.pm
+++ b/URPM/Build.pm
@@ -537,6 +537,7 @@ our $MAKEDELTARPM = '/usr/bin/makedeltarpm';
#- make_delta_rpm($old_rpm_file, $new_rpm_file)
# Creates a delta rpm in the current directory.
+# DEPRECATED. UNUSED
sub make_delta_rpm ($$) {
@_ == 2 or return 0;
-e $_[0] && -e $_[1] && -x $MAKEDELTARPM or return 0;