Jelajahi Sumber

The prototype Config file for x86 was changed to Config.i386

David Schleef 24 tahun lalu
induk
melakukan
6d4acfb1e4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -21,7 +21,7 @@ build-stamp:
 	dh_testdir
 	dh_testdir
 
 
 	# Add here commands to compile the package.
 	# Add here commands to compile the package.
-	cp extra/Configs/Config.$(shell echo $(target)|sed 's/i386/x86/') Config
+	cp extra/Configs/Config.$(target) Config
 
 
 	echo '#Debian configuration overrides'  >>Config
 	echo '#Debian configuration overrides'  >>Config
 ifneq ($(target),$(DEB_HOST_GNU_CPU))
 ifneq ($(target),$(DEB_HOST_GNU_CPU))