Take emacs-el from the pgtk build too to fix arch:all-only build
authorSean Whitton <spwhitton@spwhitton.name>
Wed, 23 Aug 2023 13:33:53 +0000 (14:33 +0100)
committerSean Whitton <spwhitton@spwhitton.name>
Wed, 23 Aug 2023 13:33:53 +0000 (14:33 +0100)
debian/changelog
debian/rules

index 2fdf480b03a47bc45884ce0578376ac7e6ee8635..6b7f1673ae15fa3d16575599be6fcc9259fd654c 100644 (file)
@@ -1,3 +1,9 @@
+emacs (1:29.1+1-4) unstable; urgency=medium
+
+  * Take emacs-el from the pgtk build too to fix arch:all-only build.
+
+ -- Sean Whitton <spwhitton@spwhitton.name>  Wed, 23 Aug 2023 14:33:41 +0100
+
 emacs (1:29.1+1-3) unstable; urgency=medium
 
   * Take emacs-bin-common binaries from the pgtk build (Closes: #1043060).
index aa6bfba6ff540efb35a5cd903d7cdf8d61691495..33740fd3d7bd0fcc8d3439d180be184c12923b54 100755 (executable)
@@ -581,7 +581,7 @@ override_dh_auto_install: $(autogen_install_files)
         ifneq (,$(findstring emacs-el, $(shell dh_listpackages)))
          install -d $(pkgdir_el)
          $(pf); \
-         (cd $(install_dir_gtk) && find -name "*.el" -o -name "*.el.gz" -print0 \
+         (cd $(install_dir_pgtk) && find -name "*.el" -o -name "*.el.gz" -print0 \
           | tar cpf - --null --files-from -) \
             | (cd $(pkgdir_el) && tar xpf -)
         endif